From 79731f48b6f86dbd47c7c9958a637f99ded60593 Mon Sep 17 00:00:00 2001 From: Martial Hue Date: Tue, 30 Dec 2014 17:50:24 +0100 Subject: [PATCH] Fixed minor typos. --- demo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/README.md b/demo/README.md index 1c6797304f23..c1f9a210cd64 100644 --- a/demo/README.md +++ b/demo/README.md @@ -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 @@ -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)