fixed some typos (#1814)

This commit is contained in:
Dr. Kashif Rasul
2016-11-25 22:34:57 +01:00
committed by Yuan (Terry) Tang
parent be2f28ec08
commit da2556f58a
14 changed files with 32 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
Highlights
=====
Higgs challenge ends recently, xgboost is being used by many users. This list highlights the xgboost solutions of players
* Blogpost by phunther: [Winning solution of Kaggle Higgs competition: what a single model can do](http://no2147483647.wordpress.com/2014/09/17/winning-solution-of-kaggle-higgs-competition-what-a-single-model-can-do/)
* Blogpost by phunther: [Winning solution of Kaggle Higgs competition: what a single model can do](http://no2147483647.wordpress.com/2014/09/17/winning-solution-of-kaggle-higgs-competition-what-a-single-model-can-do/)
* The solution by Tianqi Chen and Tong He [Link](https://github.com/hetong007/higgsml)
Guide for Kaggle Higgs Challenge
@@ -9,7 +9,7 @@ Guide for Kaggle Higgs Challenge
This is the folder giving example of how to use XGBoost Python Module to run Kaggle Higgs competition
This script will achieve about 3.600 AMS score in public leadboard. To get start, you need do following step:
This script will achieve about 3.600 AMS score in public leaderboard. To get start, you need do following step:
1. Compile the XGBoost python lib
```bash
@@ -28,5 +28,4 @@ speedtest.py compares xgboost's speed on this dataset with sklearn.GBM
Using R module
=====
* Alternatively, you can run using R, higgs-train.R and higgs-pred.R.
* Alternatively, you can run using R, higgs-train.R and higgs-pred.R.