Skip to content

Commit

Permalink
Fixed minor typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhue committed Dec 30, 2014
1 parent 39bb719 commit 79731f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
XGBoost Examples
====
This folder contains the all example codes using xgboost.
This folder contains all the code examples using xgboost.

* Contribution of exampls, benchmarks is more than welcomed!
* Contribution of examples, benchmarks is more than welcome!
* If you like to share how you use xgboost to solve your problem, send a pull request:)

Features Walkthrough
Expand All @@ -12,7 +12,7 @@ This is a list of short codes introducing different functionalities of xgboost a
[python](guide-python/basic_walkthrough.py)
[R](../R-package/demo/basic_walkthrough.R)
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/basic_walkthrough.jl)
* Cutomize loss function, and evaluation metric
* Customize loss function, and evaluation metric
[python](guide-python/custom_objective.py)
[R](../R-package/demo/custom_objective.R)
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/custom_objective.jl)
Expand Down

0 comments on commit 79731f4

Please sign in to comment.