danielladiaz commited on
Commit
fe39fd6
1 Parent(s): 6163283

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -37,22 +37,21 @@ Ecommerce_Product_Descriptions/
37
 
38
  ## Usage (not pre-split; optimal parameters)
39
  Here is an example of how to load the dataset using PrismRCL:
40
-
41
  ```bash
42
  C:\PrismRCL\PrismRCL.exe chisquared rclticks=65 boxdown=8 channelpick=5 data=C:\path\to\Ecommerce_Product_Descriptions_mm testsize=0.1 savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
43
  ```
44
 
45
- Explanation:
46
- - `C:\PrismRCL\PrismRCL.exe`: classification application
47
- - `chisquared`: training evaluation method
48
- - `rclticks=65`: RCL training parameter
49
- - `boxdown=8`: RCL training parameter
50
- - channelpick=5 : RCL training parameter
51
- - `data=C:\path\to\Ecommerce_Product_Descriptions\train_data`: path to training data
52
- - `testdata=C:\path\to\Ecommerce_Product_Descriptions\test_data`: path to testing data
53
- - `savemodel=C:\path\to\models\mymodel.classify`: path to save resulting model
54
- - `log=C:\path\to\log_files`: path to logfiles
55
- - `stopwhendone`: ends the PrismRCL session when training is done
56
 
57
  ## License
58
  This dataset is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE file for more details.
 
37
 
38
  ## Usage (not pre-split; optimal parameters)
39
  Here is an example of how to load the dataset using PrismRCL:
 
40
  ```bash
41
  C:\PrismRCL\PrismRCL.exe chisquared rclticks=65 boxdown=8 channelpick=5 data=C:\path\to\Ecommerce_Product_Descriptions_mm testsize=0.1 savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
42
  ```
43
 
44
+ Explanation of Command:
45
+ - `C:\PrismRCL\PrismRCL.exe`: Path to the PrismRCL executable for classification
46
+ - `chisquared`: Specifies Chi-squared as the training evaluation method
47
+ - `rclticks=65`: Sets the number of RCL iterations during training to 65
48
+ - `boxdown=8`: Configuration parameter for training behavior
49
+ - `channelpick=5`: RCL training parameter
50
+ - `data=C:\path\to\Ecommerce_Product_Descriptions_mm`: Path to the complete dataset for Ecommerce Product Descriptions classification
51
+ - `testsize=0.1`: Specifies that 10% of the data should be used for testing
52
+ - `savemodel=C:\path\to\models\mymodel.classify`: Path to save the resulting trained model
53
+ - `log=C:\path\to\log_files`: Directory path for storing log files of the training process
54
+ - `stopwhendone`: Instructs PrismRCL to end the session once training is complete
55
 
56
  ## License
57
  This dataset is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE file for more details.