Skip to content

Commit 83f6785

Browse files
committed
Fix Readme
1 parent 9a6a739 commit 83f6785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boston_housing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
221221
mlcube 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
225225
mlcube 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
229229
mlcube run --task train
230230
```

0 commit comments

Comments
 (0)