Skip to content

Commit

Permalink
Fix (readme): fixed a typo. (#4410)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalmemon committed Aug 26, 2020
1 parent 7dc051b commit b49f5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/core/xgboost_training_cm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To do additional exploration you may change some of the parameters, or pipeline

* `output` is a Google Storage path which holds pipeline run results.
Note that each pipeline run will create a unique directory under `output` so it will not override previous results.
* `workers` is nubmer of worker notes used for this training.
* `workers` is number of worker nodes used for this training.
* `rounds` is the number of XGBoost training iterations. Set the value to 200 to get a reasonable trained model.
* `train_data` points to a CSV file that contains the training data. For a sample see 'gs://ml-pipeline-playground/sfpd/train.csv'.
* `eval_data` points to a CSV file that contains the training data. For a sample see 'gs://ml-pipeline-playground/sfpd/eval.csv'.
Expand Down

0 comments on commit b49f5c9

Please sign in to comment.