Skip to content

Commit

Permalink
Fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjurado committed Sep 7, 2021
1 parent 9a6a739 commit cecbc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boston_housing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,14 @@ The [Boston Housing Dataset](https://www.cs.toronto.edu/~delve/data/boston/bosto

```bash
# Download Boston housing dataset. Default path = /workspace/data
# To override it, use --data_dir=DATA_DIR
# To override it, use data_dir=DATA_DIR
mlcube run --task download_data

# Preprocess Boston housing dataset, this will convert raw .txt data to .csv format
# It will use the DATA_DIR path defined in the previous step
mlcube run --task preprocess_data

# Run training.
# Parameters to override: --dataset_file_path=DATASET_FILE_PATH --parameters_file=PATH_TO_TRAINING_PARAMS
# Parameters to override: dataset_file_path=DATASET_FILE_PATH parameters_file=PATH_TO_TRAINING_PARAMS
mlcube run --task train
```

0 comments on commit cecbc54

Please sign in to comment.