1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Version 0.4
===========
Go forth!
New features
------------
* Support early stopping of optimization loop.
* Benchmarking scripts to evaluate performance of different surrogate models.
* Support for parallel evaluations of the objective function via several constant liar strategies.
* BayesSearchCV as a drop in replacement for scikit-learn's GridSearchCV.
* New acquisition functions "EIps" and "PIps" that takes into account function compute time.
Bug fixes
---------
* Fixed inference of dimensions of type Real.
API changes
-----------
* Change interface of GradientBoostingQuantileRegressor's predict method to match return type of other regressors
* Dimensions of type Real are now inclusive of upper bound.
|