lecrapaud 0.11.5__tar.gz → 0.11.6__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.

Files changed (44) hide show
  1. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/PKG-INFO +2 -2
  2. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/api.py +1 -3
  3. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/pyproject.toml +3 -2
  4. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/LICENSE +0 -0
  5. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/README.md +0 -0
  6. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/__init__.py +0 -0
  7. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/config.py +0 -0
  8. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/__init__.py +0 -0
  9. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/alembic/README +0 -0
  10. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/alembic/env.py +0 -0
  11. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/alembic/script.py.mako +0 -0
  12. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/alembic/versions/2025_06_23_1748-f089dfb7e3ba_.py +0 -0
  13. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/alembic/versions/2025_06_24_1216-c62251b129ed_.py +0 -0
  14. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/alembic/versions/2025_06_24_1711-86457e2f333f_.py +0 -0
  15. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/alembic/versions/2025_06_25_1759-72aa496ca65b_.py +0 -0
  16. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/alembic.ini +0 -0
  17. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/__init__.py +0 -0
  18. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/base.py +0 -0
  19. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/experiment.py +0 -0
  20. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/feature.py +0 -0
  21. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/feature_selection.py +0 -0
  22. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/feature_selection_rank.py +0 -0
  23. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/model.py +0 -0
  24. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/model_selection.py +0 -0
  25. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/model_training.py +0 -0
  26. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/score.py +0 -0
  27. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/models/target.py +0 -0
  28. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/db/session.py +0 -0
  29. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/directories.py +0 -0
  30. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/experiment.py +0 -0
  31. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/feature_engineering.py +0 -0
  32. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/feature_selection.py +0 -0
  33. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/integrations/openai_integration.py +0 -0
  34. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/jobs/__init__.py +0 -0
  35. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/jobs/config.py +0 -0
  36. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/jobs/scheduler.py +0 -0
  37. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/jobs/tasks.py +0 -0
  38. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/misc/tabpfn_tests.ipynb +0 -0
  39. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/misc/test-gpu-bilstm.ipynb +0 -0
  40. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/misc/test-gpu-resnet.ipynb +0 -0
  41. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/misc/test-gpu-transformers.ipynb +0 -0
  42. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/model_selection.py +0 -0
  43. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/search_space.py +0 -0
  44. {lecrapaud-0.11.5 → lecrapaud-0.11.6}/lecrapaud/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lecrapaud
3
- Version: 0.11.5
3
+ Version: 0.11.6
4
4
  Summary: Framework for machine and deep learning, with regression, classification and time series analysis
5
5
  License: Apache License
6
6
  Author: Pierre H. Gallet
@@ -21,7 +21,7 @@ Requires-Dist: openai (>=1.88.0)
21
21
  Requires-Dist: pandas (>=2.3.0)
22
22
  Requires-Dist: python-dotenv (>=1.1.0)
23
23
  Requires-Dist: scikit-learn (>=1.6.1)
24
- Requires-Dist: scipy (>=1.15.3)
24
+ Requires-Dist: scipy (<1.14.0)
25
25
  Requires-Dist: seaborn (>=0.13.2)
26
26
  Requires-Dist: sqlalchemy (>=2.0.41)
27
27
  Requires-Dist: tensorboardx (>=2.6.4)
@@ -221,9 +221,7 @@ class ExperimentEngine:
221
221
  if target_col is not None:
222
222
  y_true = new_data[target_col]
223
223
  prediction = pd.concat([y_true, y_pred], axis=1)
224
- prediction.rename(
225
- columns={f"TARGET_{target_number}": "TARGET"}, inplace=True
226
- )
224
+ prediction.rename(columns={target_col: "TARGET"}, inplace=True)
227
225
  score = evaluate(
228
226
  prediction,
229
227
  target_type=model.target_type,
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "lecrapaud"
3
- version = "0.11.5"
3
+ version = "0.11.6"
4
4
  description = "Framework for machine and deep learning, with regression, classification and time series analysis"
5
5
  authors = [
6
6
  {name = "Pierre H. Gallet"}
@@ -22,7 +22,7 @@ dependencies = [
22
22
  "pandas>=2.3.0",
23
23
  "python-dotenv>=1.1.0",
24
24
  "scikit-learn>=1.6.1",
25
- "scipy>=1.15.3",
25
+ "scipy<1.14.0",
26
26
  "seaborn>=0.13.2",
27
27
  "sqlalchemy>=2.0.41",
28
28
  "tensorboardx>=2.6.4",
@@ -57,6 +57,7 @@ dev = [
57
57
  "pytest-mock>=3.14.1",
58
58
  "ray[tune]>=2.47.1",
59
59
  "safety>=3.5.2",
60
+ "scipy<1.14.0",
60
61
  "sphinx>=8.2.3",
61
62
  "sphinxcontrib-httpdomain>=1.8.1",
62
63
  "sphinxcontrib-openapi>=0.8.4",
File without changes
File without changes