Skip to content

Commit 6f0f0af

Browse files
committed
added documentation to api examples
1 parent 285d93e commit 6f0f0af

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

examples/api/ablation_paths.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
This example shows how to use the plugin Ablation Paths.
66
Note 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

910
from deepcave.plugins.hyperparameter.ablation_paths import AblationPaths

examples/api/importances.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
This example shows how to use the plugin Importances.
66
Note 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

910
from deepcave.plugins.hyperparameter.importances import Importances

examples/api/parallel_coordinates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
This example shows how to use the plugin Parallel Coordinates.
66
Note 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

910
from deepcave.plugins.hyperparameter.parallel_coordinates import ParallelCoordinates

examples/api/pdp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
This example shows how to use the plugin Partial Dependencies.
66
Note 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

910
from deepcave.plugins.hyperparameter.pdp import PartialDependencies

0 commit comments

Comments
 (0)