fix
This commit is contained in:
parent
65abc26797
commit
dc37023226
@ -27,7 +27,7 @@ Learning about the model: [Introduction to Boosted Trees](http://homes.cs.washin
|
|||||||
What's New
|
What's New
|
||||||
==========
|
==========
|
||||||
* XGBoost now support HDFS and S3
|
* XGBoost now support HDFS and S3
|
||||||
* [Distributed XGBoost now runs on YARN](https://github.com/dmlc/wormhole/learn/xgboost)!
|
* [Distributed XGBoost now runs on YARN](https://github.com/dmlc/wormhole/tree/master/learn/xgboost)!
|
||||||
* [xgboost user group](https://groups.google.com/forum/#!forum/xgboost-user/) for tracking changes, sharing your experience on xgboost
|
* [xgboost user group](https://groups.google.com/forum/#!forum/xgboost-user/) for tracking changes, sharing your experience on xgboost
|
||||||
* [Distributed XGBoost](multi-node) is now available!!
|
* [Distributed XGBoost](multi-node) is now available!!
|
||||||
* New features in the lastest changes :)
|
* New features in the lastest changes :)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Distributed XGBoost
|
Distributed XGBoost
|
||||||
======
|
======
|
||||||
Distributed XGBoost is now part of [Wormhole](https://github.com/dmlc/wormhole/learn/xgboost).
|
Distributed XGBoost is now part of [Wormhole](https://github.com/dmlc/wormhole).
|
||||||
See the [Wormhole](https://github.com/dmlc/wormhole/learn/xgboost) for usage examples, build and job submissions.
|
Checkout this [Link](https://github.com/dmlc/wormhole/tree/master/learn/xgboost) for usage examples, build and job submissions.
|
||||||
* The distributed version is built on Rabit:[Reliable Allreduce and Broadcast Library](https://github.com/dmlc/rabit)
|
* The distributed version is built on Rabit:[Reliable Allreduce and Broadcast Library](https://github.com/dmlc/rabit)
|
||||||
- Rabit is a portable library that provides fault-tolerance for Allreduce calls for distributed machine learning
|
- Rabit is a portable library that provides fault-tolerance for Allreduce calls for distributed machine learning
|
||||||
- This makes xgboost portable and fault-tolerant against node failures
|
- This makes xgboost portable and fault-tolerant against node failures
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user