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
217217
218218``` bash
219219# 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
221221mlcube run --task download_data
222222
223223# Preprocess Boston housing dataset, this will convert raw .txt data to .csv format
224224# It will use the DATA_DIR path defined in the previous step
225225mlcube run --task preprocess_data
226226
227227# 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
229229mlcube run --task train
230230```
You can’t perform that action at this time.
0 commit comments