diff options
Diffstat (limited to 'doc/ml.1')
-rw-r--r-- | doc/ml.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |