Ajinkya Kale b1bcb7183b Adding some details on nthread parameter
I got this information about nthread='real cpu count' from 7cb449c4a7/java/xgboost4j-demo/src/main/java/org/dmlc/xgboost4j/demo/ExternalMemory.java (L50)
Please confirm if this note is still valid before merging this change!
2015-07-06 11:02:19 -07:00
..
2014-09-03 13:13:54 -07:00
2015-05-17 21:29:51 -07:00
2015-04-19 13:48:19 -07:00
2015-04-19 13:48:19 -07:00
2015-03-01 20:41:26 -08:00
2015-01-26 10:27:44 -08:00
2015-04-19 13:58:46 -07:00

XGBoost Examples

This folder contains all the code examples using xgboost.

  • Contribution of examples, benchmarks is more than welcome!
  • If you like to share how you use xgboost to solve your problem, send a pull request:)

Features Walkthrough

This is a list of short codes introducing different functionalities of xgboost and its wrapper.

Basic Examples by Tasks

Most of examples in this section are based on CLI or python version. However, the parameter settings can be applied to all versions

Benchmarks