From 172423ca0cf2da0c4c46e1890c73b255d2530686 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sun, 31 Aug 2014 12:19:44 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba4b08bfd..f7947b906 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Version ====== * This version xgboost-0.3, the code has been refactored from 0.2x to be cleaner and more flexibility * This version of xgboost is not compatible with 0.2x, due to huge amount of changes in code structure - - This means the model and buffer file of previous version can not be loaded in xgboost-unity + - This means the model and buffer file of previous version can not be loaded in xgboost-3.0 * For legacy 0.2x code, refer to [Here](https://github.com/tqchen/xgboost/releases/tag/v0.22) * Change log in [CHANGES.md](CHANGES.md)