Added recent changes

This commit is contained in:
Yuan (Terry) Tang 2015-11-08 14:57:36 -05:00
parent e837b339cc
commit bde25d6694

View File

@ -46,6 +46,8 @@ on going at master
- accepts different learning rates for each boosting round.
- allows model training continuation from previously saved model.
- allows early stopping in CV.
- allows feval to return a list of tuples.
- allows eval_metric to handle additional format.
- improved compatibility in sklearn module.
- additional parameters added for sklearn wrapper.
- added pip installation functionality.