This is the release note of v0.5.0. See here for the complete list of solved issues and merged PRs.
Bug Fixes
- Make samplers/tpe/parzen_estimator.py adaptive. (#261, thanks @HideakiImamura!)
Tests
- Add test cases to check NaN handling of MedianPruner. (#264)
New Features
Examples
- Fix a typo in pruning example of xgboost. (#266)
- Fix an invalid parameter,
ets
, in xgboost example. (#265, thanks @higumachan!) - Use list for choice argument instead of tuple. (#252)
Documents
- Fix a style error in FAQ. (#267)
- Add an FAQ about the way to specify the GPU with CUDA_VISIBLE_DEVICES. (#263)
- Add an FAQ about NaN returned by objective functions. (#258)
- Add an FAQ about the way to save machine learning models. (#255)
- Add an FAQ about random seed. (#253)
- Add an FAQ about logging levels. (#251)