This is the release note of v0.6.0. See here for the complete list of solved issues and merged PRs.
New Features
- Support cross validation in lightgbm.py (#260, thanks @shikiponn!)
- Implement Keras integration. (#256, thanks @higumachan!)
- Add a pruner based on Successive Halving. (#236)
Examples
- Add an example and FAQ about object functions that take additional arguments. (#277)
Documents
- Add instruction sentences for RDB URL setup in the tutorial. (#295)
- Add an FAQ page about unit tests of objective functions. (#291)
Enhancements
- Address integrity errors caused by timing issues when setting attributes in RDBStorage. (#290)
- Optimize query of count trials. (#282)
- Apply autopep8. (#274)
- Fix dashboard access problem from remote host. (#254, thanks @higumachan!)