File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,14 +217,14 @@ The [Boston Housing Dataset](https://www.cs.toronto.edu/~delve/data/boston/bosto
217
217
218
218
``` bash
219
219
# Download Boston housing dataset. Default path = /workspace/data
220
- # To override it, use -- data_dir=DATA_DIR
220
+ # To override it, use data_dir=DATA_DIR
221
221
mlcube run --task download_data
222
222
223
223
# Preprocess Boston housing dataset, this will convert raw .txt data to .csv format
224
224
# It will use the DATA_DIR path defined in the previous step
225
225
mlcube run --task preprocess_data
226
226
227
227
# Run training.
228
- # Parameters to override: -- dataset_file_path=DATASET_FILE_PATH --parameters_file=PATH_TO_TRAINING_PARAMS
228
+ # Parameters to override: dataset_file_path=DATASET_FILE_PATH --parameters_file=PATH_TO_TRAINING_PARAMS
229
229
mlcube run --task train
230
230
```
You can’t perform that action at this time.
0 commit comments