@@ -44,6 +44,9 @@ chopin2 --dimensionality 10000 \
4444 --levels 100 \
4545 --retrain 10 \
4646 --pickle ../dataset/isolet/isolet.pkl \
47+ --psplit_training 80 \
48+ --dump \
49+ --nproc 4 \
4750 --verbose
4851```
4952
@@ -53,6 +56,7 @@ chopin2 --dimensionality 10000 \
5356 --levels 100 \
5457 --retrain 10 \
5558 --pickle ../dataset/isolet/isolet.pkl \
59+ --psplit_training 80 \
5660 --dump \
5761 --spark \
5862 --slices 10 \
@@ -64,17 +68,15 @@ chopin2 --dimensionality 10000 \
6468List of standard arguments:
6569```
6670--dimensionality -- Dimensionality of the HD model (default 10000)
67- --levels -- Number of level hypervectors
71+ --levels -- Number of level hypervectors (default 2)
6872--retrain -- Number of retraining iterations (default 0)
6973--stop -- Stop retraining if the error rate does not change (default False)
7074--dataset -- Path to the dataset file
7175--fieldsep -- Field separator (default ",")
72- --training -- Percentage of observations that will be used to train the model.
73- The remaining percentage will be used to test the classification model (default 80.0)
74- --k_folds -- Number of folds for cross validation.
76+ --psplit_training -- Percentage of observations that will be used to train the model.
77+ The remaining percentage will be used to test the classification model
78+ --crossv_k -- Number of folds for cross validation.
7579 Cross validate HD models if --k_folds greater than 1
76- --auto_folds -- Automatically estimate the number of folds for cross validation.
77- It automatically override --k_folds
7880--seed -- Seed for reproducing random sampling of the observations in the dataset
7981 and build both the training and test set (default 0)
8082--pickle -- Path to the pickle file. If specified, "--dataset", "--fieldsep", and "--training" parameters are not used
0 commit comments