Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -37,18 +37,19 @@ 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
41
  Here is an example of how to load the dataset using PrismRCL:
42
 
43
  ```bash
44
- C:\PrismRCL\PrismRCL.exe chisquared rclticks=10 boxdown=0 data=C:\path\to\Haberman-Survival\train testdata=C:\path\to\Haberman-Survival\test 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=10: RCL training parameter
51
- boxdown=0: RCL training parameter
 
52
  data=C:\path\to\Haberman-Survival\train: path to training data
53
  testdata=C:\path\to\Haberman-Survival\test: path to testing data
54
  savemodel=C:\path\to\models\mymodel.classify: path to save resulting model
 
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