Releases: automl/CAVE
Releases · automl/CAVE
1.4.0
1.4.0
Interface changes
- Add
--pimp_interactive
-flag to toggle bokeh-plotting for pimp-plots - Add
--pimp_whiskers
-flag to toggle plotting of pimp-whiskers plot
Major changes
- Add basic Auto-PyTorch file format support
- Add tensorboard support for notebooks
- Add custom APT-overview tables
- Use interactive bokeh plots for pimp
Minor changes
- Add lots of docstring-documentation, PEP8 and a contribute-guide
- Rename some classes and functions to unify naming (only internal)
- Fix naming convention for hpbanster conversion folders
1.3.3
1.3.3
Interface changes
- Deprecate deactivation of individual analysis methods using the
--no_[analysis_name]
flag - Add two mutually exclusive flags
--[skip|only] [analysis_name]
to activate / skip specific analysis methods - Remove
--pimp_sort_table_by
flag (table is sortable interactively now so no need)
Major changes
- Drop support for Python 3.5, Add support for Python 3.7 and 3.8
- Drop support for SMAC 0.12.0, Add support for SMAC 0.12.1 and 0.12.2
- Distinguish between per-parallel-run and per-budget meta information (#270)
Minor changes
- Change name of scatter plot from "Scatterplot" to "Scatter Plot"
v1.3.2
1.3.2
Bug fixes
- Fix bug with duplicate entries in html-builder
Major changes
- Internally adapt structure to support budgets and parallel runs in accordance with new SMAC
- Enable budgets and parallel runs for CSV-Reader (and change to converting data always (so also in hpbandster-reader) instead of maintaining different readers)
- Add interactive parallel coordinates plot
- Add Whisker-Quantile plot to compare importances over budgets and parallel runs
Minor changes
- Add support for new trajectory files (overdue...)
- Add script to enable generation of example-data in CSV-format
- Add caching of aggregated ConfiguratorRuns
- Update CSV-examples (now with budgets instead of instances...)