lecrapaud 0.18.4__tar.gz → 0.18.5__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.
Potentially problematic release.
This version of lecrapaud might be problematic. Click here for more details.
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/PKG-INFO +1 -1
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/api.py +4 -3
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/pyproject.toml +1 -1
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/LICENSE +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/README.md +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/__init__.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/config.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/__init__.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/README +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/env.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/script.py.mako +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/versions/2025_06_23_1748-f089dfb7e3ba_.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/versions/2025_06_24_1216-c62251b129ed_.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/versions/2025_06_24_1711-86457e2f333f_.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/versions/2025_06_25_1759-72aa496ca65b_.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/versions/2025_08_25_1434-7ed9963e732f_add_best_score_to_model_selection.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic.ini +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/__init__.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/base.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/experiment.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/feature.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/feature_selection.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/feature_selection_rank.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/model.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/model_selection.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/model_training.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/score.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/target.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/models/utils.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/session.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/directories.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/experiment.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/feature_engineering.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/feature_selection.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/integrations/openai_integration.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/jobs/__init__.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/jobs/config.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/jobs/scheduler.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/jobs/tasks.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/misc/tabpfn_tests.ipynb +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/misc/test-gpu-bilstm.ipynb +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/misc/test-gpu-resnet.ipynb +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/misc/test-gpu-transformers.ipynb +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/model_selection.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/search_space.py +0 -0
- {lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/utils.py +0 -0
|
@@ -96,9 +96,10 @@ class LeCrapaud:
|
|
|
96
96
|
self, name: str, metric: str = "both", **kwargs
|
|
97
97
|
) -> "ExperimentEngine":
|
|
98
98
|
"""Retrieve the best experiment by score."""
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
99
|
+
best_exp = Experiment.get_best_by_score(name=name, metric=metric)
|
|
100
|
+
if not best_exp:
|
|
101
|
+
return None
|
|
102
|
+
return ExperimentEngine(id=best_exp.id, **kwargs)
|
|
102
103
|
|
|
103
104
|
def compare_experiment_scores(self, name: str):
|
|
104
105
|
"""Compare scores of experiments with matching names.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/versions/2025_06_23_1748-f089dfb7e3ba_.py
RENAMED
|
File without changes
|
{lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/versions/2025_06_24_1216-c62251b129ed_.py
RENAMED
|
File without changes
|
{lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/versions/2025_06_24_1711-86457e2f333f_.py
RENAMED
|
File without changes
|
{lecrapaud-0.18.4 → lecrapaud-0.18.5}/lecrapaud/db/alembic/versions/2025_06_25_1759-72aa496ca65b_.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
|
|
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
|