Skip to content

Commit

Permalink
Fix typo in demo/regression/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yenchenlin committed Jan 5, 2016
1 parent b684b5f commit 7ff704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/regression/README.md
Expand Up @@ -6,7 +6,7 @@ Using XGBoost for regression is very similar to using it for binary classificati
The dataset we used is the [computer hardware dataset from UCI repository](https://archive.ics.uci.edu/ml/datasets/Computer+Hardware). The demo for regression is almost the same as the [binary classification demo](../binary_classification), except a little difference in general parameter:
```
# General parameter
# this is the only difference with classification, use reg:linear to do linear classification
# this is the only difference with classification, use reg:linear to do linear regression
# when labels are in [0,1] we can also use reg:logistic
objective = reg:linear
...
Expand Down

0 comments on commit 7ff704a

Please sign in to comment.