FrozenFingerz b59018aa05 python: multiple eval_metrics changes
- allows feval to return a list of tuples (name, error/score value)
- changed behavior for multiple eval_metrics in conjunction with
early_stopping: Instead of raising an error, the last passed evel_metric
(or last entry in return value of feval) is used for early stopping
- allows list of eval_metrics in dict-typed params
- unittest for new features / behavior

documentation updated

- example for assigning a list to 'eval_metric'
- note about early stopping on last passed eval metric

- info msg for used eval metric added
2015-11-08 11:23:54 +01:00
..
2015-08-23 22:00:41 -07:00
2015-08-23 22:00:41 -07:00
2015-08-01 11:27:13 -07:00
2015-08-02 19:01:38 -07:00
2015-08-02 19:01:38 -07:00
2015-08-01 11:27:13 -07:00
2015-09-16 01:23:31 -07:00
2015-08-23 22:06:38 -07:00
2015-08-01 11:27:13 -07:00
2015-08-01 11:27:13 -07:00
2015-08-02 19:01:38 -07:00
2015-10-28 20:10:21 -07:00
2015-08-23 22:00:41 -07:00
2015-08-23 22:00:41 -07:00

The document of xgboost is generated with recommonmark and sphinx.

You can build it locally by typing "make html" in this folder.
- clone https://github.com/tqchen/recommonmark to root
- type make html

Checkout https://recommonmark.readthedocs.org for guide on how to write markdown with extensions used in this doc, such as math formulas and table of content.