From 65926438256c1ed46993e1c8611597af5a9c23f1 Mon Sep 17 00:00:00 2001 From: jvech Date: Wed, 7 Aug 2024 10:06:35 -0500 Subject: add: CLI improvements and small documentation updates Things done: * config path should search config file in the following order: cli option, environment, xdg_path * Implement a retrain command. * when you require more keys than the ones available in the input, stop the program. --- doc/ml.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/ml.1') diff --git a/doc/ml.1 b/doc/ml.1 index 0bc536d..81a9c1b 100644 --- a/doc/ml.1 +++ b/doc/ml.1 @@ -4,13 +4,13 @@ ml \- manual page for ml 0.2.0 .SH SYNOPSIS .B ml -\fI\,train \/\fR[\fI\,Options\/\fR] \fI\,FILE\/\fR +[\fI\,re\/\fR]\fI\,train \/\fR[\fI\,Options\/\fR] \fI\,FILE\/\fR .br .B ml \fI\,predict \/\fR[\fI\,-Ohv\/\fR] [\fI\,-f FORMAT\/\fR] [\fI\,-o FILE\/\fR] [\fI\,-p INT\/\fR] \fI\,FILE\/\fR .SH DESCRIPTION -ml is a simple neural network maker made to train and predict JSON data, -it is suitable to work on classification problems. +ml is a simple neural network maker made to train and predict over JSON, CSV +and TSV data, it is suitable to work on classification problems. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR @@ -37,6 +37,9 @@ Configuration filepath [default=~/.config/ml/ml.cfg] \fB\-p\fR, \fB\-\-precision\fR=\fI\,INT\/\fR Decimals output precision (only works with predict) [default=auto] +.SH ENVIRONMENT +ML_CONFIG_PATH + Set the configuration filepath .SH FILES ~/.config/ml/ml.cfg File path for network configuration, here you can setup the network -- cgit v1.2.3-70-g09d2