optima-ml 0.3.2a5.dev0__tar.gz → 0.3.2a5.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/builtin/evaluation.py +4 -1
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/optima.py +1 -1
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/PKG-INFO +2 -1
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/optima_ml.egg-info/PKG-INFO +2 -1
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/optima_ml.egg-info/requires.txt +1 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/setup.py +1 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/LICENSE +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/__init__.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/__main__.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/builtin/__init__.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/builtin/figures_of_merit.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/builtin/inputs.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/builtin/model.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/builtin/search_space.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/core/__init__.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/core/evaluation.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/core/inputs.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/core/model.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/core/search_space.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/core/tools.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/core/training.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/core/variable_optimization.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/defaults.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/hardware_configs/Dresden_Taurus.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/hardware_configs/__init__.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/hardware_configs/common.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/hardware_configs/helpers.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/helpers/__init__.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/helpers/extract_data_from_NTuples.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/helpers/manage_ray_nodes.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/keras/__init__.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/keras/model.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/keras/tools.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/keras/training.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/lightning/__init__.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/lightning/inputs.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/lightning/training.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/resources/__init__.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/resources/config_verification.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/resources/pbt_with_seed.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/README.md +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/optima_ml.egg-info/SOURCES.txt +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/optima_ml.egg-info/dependency_links.txt +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/optima_ml.egg-info/entry_points.txt +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/optima_ml.egg-info/top_level.txt +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/setup.cfg +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/tests/test_builtin.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/tests/test_core.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/tests/test_integration.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/tests/test_integration_sameMachine.py +0 -0
- {optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/tests/test_preprocessing.py +0 -0
|
@@ -578,7 +578,10 @@ def evaluate(
|
|
|
578
578
|
# for each contribution to the histogram, we need to provide the type of contribution (step or scatter), the
|
|
579
579
|
# index of the reference to use for the ratio subplot, and bin content itself..
|
|
580
580
|
bin_contents_with_type = zip(["step"] * num_classes, [None] * num_classes, bin_contents)
|
|
581
|
-
|
|
581
|
+
if (num_classes <= 10 and not explicit_testing_dataset) or num_classes <= 5:
|
|
582
|
+
colors = sns.color_palette()
|
|
583
|
+
else:
|
|
584
|
+
colors = sns.color_palette("husl", num_classes if not explicit_testing_dataset else 2 * num_classes)
|
|
582
585
|
colors_errors = [None] * (num_classes - 1) + ["0.4"] # only the uppermost contribution should have error bars
|
|
583
586
|
if class_labels is not None:
|
|
584
587
|
legend_labels = class_labels if not binary_classification else class_labels[::-1]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: optima-ml
|
|
3
|
-
Version: 0.3.2a5.
|
|
3
|
+
Version: 0.3.2a5.dev1
|
|
4
4
|
Summary: Distributed hyperparameter optimization and input variable selection for artificial neural networks.
|
|
5
5
|
Home-page: https://gitlab.cern.ch/atlas-germany-dresden-vbs-group/optima
|
|
6
6
|
Author: E. Bachmann
|
|
@@ -29,6 +29,7 @@ Requires-Dist: matplotlib
|
|
|
29
29
|
Requires-Dist: seaborn
|
|
30
30
|
Requires-Dist: tabulate
|
|
31
31
|
Requires-Dist: scikit-learn
|
|
32
|
+
Requires-Dist: dill
|
|
32
33
|
Provides-Extra: keras
|
|
33
34
|
Requires-Dist: tensorflow==2.15.0; extra == "keras"
|
|
34
35
|
Provides-Extra: lightning
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: optima-ml
|
|
3
|
-
Version: 0.3.2a5.
|
|
3
|
+
Version: 0.3.2a5.dev1
|
|
4
4
|
Summary: Distributed hyperparameter optimization and input variable selection for artificial neural networks.
|
|
5
5
|
Home-page: https://gitlab.cern.ch/atlas-germany-dresden-vbs-group/optima
|
|
6
6
|
Author: E. Bachmann
|
|
@@ -29,6 +29,7 @@ Requires-Dist: matplotlib
|
|
|
29
29
|
Requires-Dist: seaborn
|
|
30
30
|
Requires-Dist: tabulate
|
|
31
31
|
Requires-Dist: scikit-learn
|
|
32
|
+
Requires-Dist: dill
|
|
32
33
|
Provides-Extra: keras
|
|
33
34
|
Requires-Dist: tensorflow==2.15.0; extra == "keras"
|
|
34
35
|
Provides-Extra: lightning
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{optima_ml-0.3.2a5.dev0 → optima_ml-0.3.2a5.dev1}/OPTIMA/helpers/extract_data_from_NTuples.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|