Sarah Segel
Sarah Segel
The dropdown menu in the documentation broke at some point. Now, only the documentation from the latest version can be accessed: https://automl.github.io/SMAC3/main/
See closed issue #949 : Can we add an information for the user that when StopIteration is reached, they might try to increase the retries? Or maybe increase by default?...
# Version 1.2 ## Plugins - Add symbolic explanations plugin (#46). - It is now possible to view multiple unequal runs at once in Cost over Time and Pareto (#93)....
This decision was made as both consider the connection between objectives and hyperparameters (similar to e.g. PDPs), rather than just the objectives themselves. Thus, we need to move the two...
The examples for recording runs in DeepCAVE format in `examples/record` are not working anymore and should be checked / fixed.
The test `test_evaluators/random_forest_surrogate.py` is not actually being tested due to the filename not starting with `test`. When renamed and thus tested, the test fails. Thus, the test needs to be...
We could add a teaser video showing some functionalities of DeepCave, either to the readme or documentation. There is such a recorded video in the GDrive already, however, it is...
See https://automl.github.io/ParameterImportance/algorithms.html#ablation Example Notebook that can be transferred to DeepCAVE: [Ablation_example.zip](https://github.com/automl/DeepCAVE/files/14280083/Ablation_example.zip) Changes required: - Should consider only positive HP changes - Multiple iterations & averaging should be possible (could then...