aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2024-07-24 15:31:02 -0500
committerjvech <jmvalenciae@unal.edu.co>2024-07-24 15:31:02 -0500
commitd45581c0b067b9526ce88ba9d3a1bd861f4ff7cc (patch)
treea907346b2b282437537d7f4f6b138b3efddcce22 /doc
parentb9deaf6ec1ba587f2b81a63c75b696c6def33436 (diff)
add: file_read() and format integraded on main program
things implemented: - read output in false bug was solved. - Make generic rule added to build test executables - format option added to the CLI
Diffstat (limited to 'doc')
-rw-r--r--doc/ml.17
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ml.1 b/doc/ml.1
index babac62..6450709 100644
--- a/doc/ml.1
+++ b/doc/ml.1
@@ -1,10 +1,10 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
-.TH ML "1" "October 2023" "ml 0.1" "User Commands"
+.TH ML "1" "July 2024" "ml 0.1" "User Commands"
.SH NAME
ml \- manual page for ml 0.1
.SH SYNOPSIS
.B ml
-\fI\,train \/\fR[\fI\,Options\/\fR] \fI\,JSON_FILE\/\fR
+\fI\,train \/\fR[\fI\,Options\/\fR] \fI\,FILE\/\fR
.br
.B ml
\fI\,predict \/\fR[\fI\,-o FILE\/\fR] \fI\,FILE\/\fR
@@ -16,6 +16,9 @@ it is suitable to work on classification problems.
\fB\-h\fR, \fB\-\-help\fR
Show this message
.TP
+\fB\-f\fR, \fB\-\-format\fR=\fI\,FORMAT\/\fR
+File input and/or output format
+.TP
\fB\-a\fR, \fB\-\-alpha\fR=\fI\,ALPHA\/\fR
Learning rate (only works with train)
.TP
Feel free to download, copy and edit any repo