From c6c7dc0a93f047a69346ff638ce0f970ec3d6043 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Wed, 6 May 2015 17:11:39 -0700 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d834ce79db87..6a4fabe9f8f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,8 +21,16 @@ xgboost-0.3 * Add [Code Guide](src/README.md) for customizing objective function and evaluation * Add R module -in progress version +in progress 0.4 ===== -* Distributed version -* Feature importance visualization in R module, thanks to Michael Benesty -* Predict leaf inde +* Distributed version of xgboost that runs on YARN, scales to billions of examples +* Direct save/load data and model from/to S3 and HDFS +* Feature importance visualization in R module, by Michael Benesty +* Predict leaf index +* Poisson regression for counts data +* Early stopping option in training +* Native save load support in R and python + - xgboost models now can be saved using save/load in R + - xgboost python model is now pickable +* sklearn wrapper is supported in python module +* Experimental External memory version