Skip to content

Commit 6fe738c

Browse files
authored
Merge branch 'development' into 216-extend-converter-documentation-for-more-detailed-capabilities-and-limitations
2 parents 2a67e90 + 1cd737b commit 6fe738c

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
- Added documentation to make it visible which converters cant handle instances
55
- Added documentation to give some information about limitations (and capabilities) of the converters
66

7+
# Version 1.3.7
8+
9+
## Documentation
10+
- Added the hint that for the api example the example records need to be run first to create the run.
11+
12+
713
# Version 1.3.6
814

915
## 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)