Datasets:

Modalities:
Text
Formats:
text
Size:
< 1K
Libraries:
Datasets
License:
danielladiaz commited on
Commit
d19bd1a
·
verified ·
1 Parent(s): 71233eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -37,26 +37,24 @@ Haberman-Survival/
37
  - `class_1`: Patients who survived 5 years or longer.
38
  - `class_2`: Patients who did not survive 5 years.
39
 
40
- ## Usage(pre-split; optimal parameters)
41
  Here is an example of how to load the dataset using PrismRCL:
42
-
43
  ```bash
44
  C:\PrismRCL\PrismRCL.exe naivebayes rclticks=18 boxdown=1 channelpick=5 data=C:\path\to\Haberman-Survival\train_data testdata=C:\path\to\Haberman-Survival\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
45
-
46
- Explanation of Command
47
-
48
- C:\PrismRCL\PrismRCL.exe: classification application
49
- chisquared: training evaluation method
50
- rclticks=18: RCL training parameter
51
- boxdown=1: RCL training parameter
52
- channelpick=5 : RCL training parameter
53
- data=C:\path\to\Haberman-Survival\train: path to training data
54
- testdata=C:\path\to\Haberman-Survival\test: path to testing data
55
- savemodel=C:\path\to\models\mymodel.classify: path to save resulting model
56
- log=C:\path\to\log_files: path to logfiles
57
- stopwhendone: ends the PrismRCL session when training is done
58
  ```
59
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ## License
61
  This dataset is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE file for more details.
62
 
 
37
  - `class_1`: Patients who survived 5 years or longer.
38
  - `class_2`: Patients who did not survive 5 years.
39
 
40
+ ## Usage (pre-split; optimal parameters)
41
  Here is an example of how to load the dataset using PrismRCL:
 
42
  ```bash
43
  C:\PrismRCL\PrismRCL.exe naivebayes rclticks=18 boxdown=1 channelpick=5 data=C:\path\to\Haberman-Survival\train_data testdata=C:\path\to\Haberman-Survival\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ```
45
 
46
+ Explanation of Command:
47
+ - `C:\PrismRCL\PrismRCL.exe`: Path to the PrismRCL executable for classification
48
+ - `naivebayes`: Specifies Naive Bayes as the training evaluation method
49
+ - `rclticks=18`: Sets the number of RCL iterations during training to 18
50
+ - `boxdown=1`: Configuration parameter for training behavior
51
+ - `channelpick=5`: RCL training parameter
52
+ - `data=C:\path\to\Haberman-Survival\train_data`: Path to the training data for Haberman Survival classification
53
+ - `testdata=C:\path\to\Haberman-Survival\test_data`: Path to the testing data for evaluation
54
+ - `savemodel=C:\path\to\models\mymodel.classify`: Path to save the resulting trained model
55
+ - `log=C:\path\to\log_files`: Directory path for storing log files of the training process
56
+ - `stopwhendone`: Instructs PrismRCL to end the session once training is complete
57
+
58
  ## License
59
  This dataset is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE file for more details.
60