File tree Expand file tree Collapse file tree 5 files changed +9
-0
lines changed
Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ # Version 1.3.7
2+
3+ ## Documentation
4+ - Added the hint that for the api example the example records need to be run first to create the run.
5+
16# Version 1.3.6
27
38## New SMAC version compatibility
Original file line number Diff line number Diff line change 44
55This example shows how to use the plugin Ablation Paths.
66Note that other plugins use the same interfaces and can be used in the same fashion.
7+ To use the API commands the according record example needs to be run in order create the run to analyze.
78"""
89
910from deepcave .plugins .hyperparameter .ablation_paths import AblationPaths
Original file line number Diff line number Diff line change 44
55This example shows how to use the plugin Importances.
66Note that other plugins use the same interfaces and can be used in the same fashion.
7+ To use the API commands the according record example needs to be run in order create the run to analyze.
78"""
89
910from deepcave .plugins .hyperparameter .importances import Importances
Original file line number Diff line number Diff line change 44
55This example shows how to use the plugin Parallel Coordinates.
66Note that other plugins use the same interfaces and can be used in the same fashion.
7+ To use the API commands the according record example needs to be run in order create the run to analyze.
78"""
89
910from deepcave .plugins .hyperparameter .parallel_coordinates import ParallelCoordinates
Original file line number Diff line number Diff line change 44
55This example shows how to use the plugin Partial Dependencies.
66Note that other plugins use the same interfaces and can be used in the same fashion.
7+ To use the API commands the according record example needs to be run in order create the run to analyze.
78"""
89
910from deepcave .plugins .hyperparameter .pdp import PartialDependencies
You can’t perform that action at this time.
0 commit comments