xgboost/doc/how_to/index.md
2016-11-25 16:34:57 -05:00

17 lines
397 B
Markdown

# XGBoost How To
This page contains guidelines to use and develop mxnets.
## Installation
- [How to Install XGBoost](../build.md)
## Use XGBoost in Specific Ways
- [Parameter tuning guide](param_tuning.md)
- [Use out of core computation for large dataset](external_memory.md)
## Develop and Hack XGBoost
- [Contribute to XGBoost](contribute.md)
## Frequently Ask Questions
- [FAQ](../faq.md)