Releases: dwoiwode/py-pdp-partitioner
Releases · dwoiwode/py-pdp-partitioner
Version 0.1.9 - Correct copy of ConfigurationSpace
Version 0.1.8 - Initial Points Sampler Bugfix
When only one point was sampled initially, the code threw an error.
Further if less points were sampled than initially wanted, the first sampled points were overwritten in the next sampling.
v0.1.7
Version 0.1.6.1
- Bump version...
Version 0.1.6 - Bugfixes
- Add some tests for surrogate model
- Fix
SurrogateModel.predict_config
- Fix
config_list_to_array
if X is empty - Reduce sample size for HPO-Bench tests to avoid 2-4h runs of pytest
Version 0.1.5
Add more categorical hp possibilites. Plotting currently not supported
Version 0.1.4
Fix versioning and add license
Version 0.1.3
Losen some requirements so they don't need to be downgraded in existing projects
Version 0.1.2
Remove HPOBench from requirements as PyPi does not like git-links as requirements
Version 0.1.1
Hardcode Requirements so they can be found in python build pipeline (see Pipeline)