danielladiaz commited on
Commit
65333c2
·
verified ·
1 Parent(s): 195b67b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ Iris-Flowers/
43
  - **Tabular Data**: Each text file contains space-separated values representing the features of a sample.
44
  - **Classes**: There are three classes, each represented by a separate folder.
45
 
46
- ## Usage (pre-split)
47
  Here is an example of how to load the dataset using PrismRCL:
48
  ```bash
49
  C:\PrismRCL\PrismRCL.exe naivebayes rclticks=4 boxdown=0 channelpick=5 data=C:\path\to\Iris-Flowers\train_data testdata=C:\path\to\Iris-Flowers\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
 
43
  - **Tabular Data**: Each text file contains space-separated values representing the features of a sample.
44
  - **Classes**: There are three classes, each represented by a separate folder.
45
 
46
+ ## Usage (pre-split; optimal parameters)
47
  Here is an example of how to load the dataset using PrismRCL:
48
  ```bash
49
  C:\PrismRCL\PrismRCL.exe naivebayes rclticks=4 boxdown=0 channelpick=5 data=C:\path\to\Iris-Flowers\train_data testdata=C:\path\to\Iris-Flowers\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone