lecrapaud 0.13.0__py3-none-any.whl → 0.13.1__py3-none-any.whl
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/model_selection.py +2 -1
- {lecrapaud-0.13.0.dist-info → lecrapaud-0.13.1.dist-info}/METADATA +1 -1
- {lecrapaud-0.13.0.dist-info → lecrapaud-0.13.1.dist-info}/RECORD +5 -5
- {lecrapaud-0.13.0.dist-info → lecrapaud-0.13.1.dist-info}/LICENSE +0 -0
- {lecrapaud-0.13.0.dist-info → lecrapaud-0.13.1.dist-info}/WHEEL +0 -0
lecrapaud/model_selection.py
CHANGED
|
@@ -1000,7 +1000,8 @@ class ModelSelectionEngine:
|
|
|
1000
1000
|
|
|
1001
1001
|
logger.info(f"👉 {model.model_name} scores on test set:")
|
|
1002
1002
|
for metric, value in best_score.items():
|
|
1003
|
-
|
|
1003
|
+
if isinstance(value, (int, float)):
|
|
1004
|
+
logger.info(f" {metric}: {value:.4f}")
|
|
1004
1005
|
|
|
1005
1006
|
# Save predictions
|
|
1006
1007
|
best_pred.to_csv(
|
|
@@ -35,10 +35,10 @@ lecrapaud/misc/tabpfn_tests.ipynb,sha256=VkgsCUJ30d8jaL2VaWtQAgb8ngHPNtPgnXLs7QQ
|
|
|
35
35
|
lecrapaud/misc/test-gpu-bilstm.ipynb,sha256=4nLuZRJVe2kn6kEmauhRiz5wkWT9AVrYhI9CEk_dYUY,9608
|
|
36
36
|
lecrapaud/misc/test-gpu-resnet.ipynb,sha256=27Vu7nYwujYeh3fOxBNCnKJn3MXNPKZU-U8oDDUbymg,4944
|
|
37
37
|
lecrapaud/misc/test-gpu-transformers.ipynb,sha256=k6MBSs_Um1h4PykvE-LTBcdpbWLbIFST_xl_AFW2jgI,8444
|
|
38
|
-
lecrapaud/model_selection.py,sha256=
|
|
38
|
+
lecrapaud/model_selection.py,sha256=Sv-VJaYvYjZUV2lq0vIKUxcp9PVrdm4IE18RG3RSvsw,67577
|
|
39
39
|
lecrapaud/search_space.py,sha256=-JkzuMhaomdwiWi4HvVQY5hiw3-oREemJA16tbwEIp4,34854
|
|
40
40
|
lecrapaud/utils.py,sha256=JdBB1NvbNIx4y0Una-kSZdo1_ZEocc5hwyYFIZKHmGg,8305
|
|
41
|
-
lecrapaud-0.13.
|
|
42
|
-
lecrapaud-0.13.
|
|
43
|
-
lecrapaud-0.13.
|
|
44
|
-
lecrapaud-0.13.
|
|
41
|
+
lecrapaud-0.13.1.dist-info/LICENSE,sha256=MImCryu0AnqhJE_uAZD-PIDKXDKb8sT7v0i1NOYeHTM,11350
|
|
42
|
+
lecrapaud-0.13.1.dist-info/METADATA,sha256=YGBTMtnogPdICxG6pPLAPU4N4htdJprL5NCxDmawp4Q,11016
|
|
43
|
+
lecrapaud-0.13.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
44
|
+
lecrapaud-0.13.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|