File tree 1 file changed +13
-7
lines changed
1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -81,16 +81,22 @@ Get the help by running `atarashi -h` or `atarashi --help`
81
81
- With ** Bigram Cosine similarity**
82
82
83
83
` atarashi -a Ngram -s BigramCosineSim /path/to/file.c `
84
- - Running ** Classification** models
85
- - ** Logistic Regression**
84
+ - ** Classification models**
85
+ - ** Training** (optional)
86
+
87
+ ` python3 train.py `
88
+ - Running ** Classification Models**
86
89
87
- `atarashi -a lr_classifier -m /path/to/models/folder/ /path/to/file.c`
88
- - ** Multimomial Naive Bayes**
89
90
90
- ` atarashi -a nb_classifier -m /path/to/models/folder/ /path/to/file.c `
91
- - ** Linear SVC**
91
+ - ** Logistic Regression**
92
92
93
- ` atarashi -a svc_classifier -m /path/to/models/folder/ /path/to/file.c `
93
+ `atarashi -a lr_classifier -m /path/to/models/folder/ /path/to/file.c`
94
+ - ** Multimomial Naive Bayes**
95
+
96
+ ` atarashi -a nb_classifier -m /path/to/models/folder/ /path/to/file.c `
97
+ - ** Linear SVC**
98
+
99
+ ` atarashi -a svc_classifier -m /path/to/models/folder/ /path/to/file.c `
94
100
- Running in ** verbose** mode
95
101
96
102
` atarashi -a DLD -v /path/to/file.c `
You can’t perform that action at this time.
0 commit comments