Skip to content

Commit 1cd737b

Browse files
authored
Merge pull request #224 from automl/215-explicitly-mention-to-create-runs-before-using-api-commands
added documentation to api examples
2 parents 285d93e + 6323852 commit 1cd737b

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 in this example, we assume the run data to be already present in the mentioned folder. Please ensure that you have the run data located at the corresponding path.
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 in this example, we assume the run data to be already present in the mentioned folder. Please ensure that you have the run data located at the corresponding path.
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 in this example, we assume the run data to be already present in the mentioned folder. Please ensure that you have the run data located at the corresponding path.
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 in this example, we assume the run data to be already present in the mentioned folder. Please ensure that you have the run data located at the corresponding path.
78
"""
89

910
from deepcave.plugins.hyperparameter.pdp import PartialDependencies

0 commit comments

Comments
 (0)