lecrapaud 0.14.1__py3-none-any.whl → 0.14.2__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/api.py +3 -0
- lecrapaud/experiment.py +1 -1
- {lecrapaud-0.14.1.dist-info → lecrapaud-0.14.2.dist-info}/METADATA +1 -1
- {lecrapaud-0.14.1.dist-info → lecrapaud-0.14.2.dist-info}/RECORD +6 -6
- {lecrapaud-0.14.1.dist-info → lecrapaud-0.14.2.dist-info}/LICENSE +0 -0
- {lecrapaud-0.14.1.dist-info → lecrapaud-0.14.2.dist-info}/WHEEL +0 -0
lecrapaud/api.py
CHANGED
|
@@ -298,6 +298,9 @@ class ExperimentEngine:
|
|
|
298
298
|
all_features = self.experiment.get_all_features(
|
|
299
299
|
date_column=self.date_column, group_column=self.group_column
|
|
300
300
|
)
|
|
301
|
+
joblib.dump(
|
|
302
|
+
all_features, f"{self.experiment.path}/preprocessing/all_features.pkl"
|
|
303
|
+
)
|
|
301
304
|
return all_features
|
|
302
305
|
|
|
303
306
|
def preprocess_model(self, train, val=None, test=None, for_training=True):
|
lecrapaud/experiment.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
lecrapaud/__init__.py,sha256=oCxbtw_nk8rlOXbXbWo0RRMlsh6w-hTiZ6e5PRG_wp0,28
|
|
2
|
-
lecrapaud/api.py,sha256=
|
|
2
|
+
lecrapaud/api.py,sha256=HDJCYSYJ8md9X6ns17sQZB1yo3_O43G5HE7CZ3ICfyc,19655
|
|
3
3
|
lecrapaud/config.py,sha256=N8kQS1bNEXp6loIw7_X2_OjrbY4_a7UZhZcT1XgsYAs,1121
|
|
4
4
|
lecrapaud/db/__init__.py,sha256=82o9fMfaqKXPh2_rt44EzNRVZV1R4LScEnQYvj_TjK0,34
|
|
5
5
|
lecrapaud/db/alembic/README,sha256=MVlc9TYmr57RbhXET6QxgyCcwWP7w-vLkEsirENqiIQ,38
|
|
@@ -23,7 +23,7 @@ lecrapaud/db/models/score.py,sha256=fSfXLt6Dm-8Fy9ku0urMT5Fa6zNqn4YqVnEO4o3zKVI,
|
|
|
23
23
|
lecrapaud/db/models/target.py,sha256=DKnfeaLU8eT8J_oh_vuFo5-o1CaoXR13xBbswme6Bgk,1649
|
|
24
24
|
lecrapaud/db/session.py,sha256=K9dTyXmO-aF_2r9RRHsDsbW9_zLNDaOcchXlpiv7cSo,2719
|
|
25
25
|
lecrapaud/directories.py,sha256=0LrANuDgbuneSLker60c6q2hmGnQ3mKHIztTGzTx6Gw,826
|
|
26
|
-
lecrapaud/experiment.py,sha256=
|
|
26
|
+
lecrapaud/experiment.py,sha256=xdqUJkfs3MfX2x5EAAcr8_EgfGLkb4TDk9k8TxS85Zc,2507
|
|
27
27
|
lecrapaud/feature_engineering.py,sha256=MaMy4mkZ9wN7B8sLrSQcwjlMfUEU7ek8kTCYMz_Nc0o,32318
|
|
28
28
|
lecrapaud/feature_selection.py,sha256=u3TWq3G5Xh3geQevGDOZEt_rl_m6-K_CR7SttFtpwKw,43409
|
|
29
29
|
lecrapaud/integrations/openai_integration.py,sha256=hHLF3fk5Bps8KNbNrEL3NUFa945jwClE6LrLpuMZOd4,7459
|
|
@@ -38,7 +38,7 @@ lecrapaud/misc/test-gpu-transformers.ipynb,sha256=k6MBSs_Um1h4PykvE-LTBcdpbWLbIF
|
|
|
38
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.14.
|
|
42
|
-
lecrapaud-0.14.
|
|
43
|
-
lecrapaud-0.14.
|
|
44
|
-
lecrapaud-0.14.
|
|
41
|
+
lecrapaud-0.14.2.dist-info/LICENSE,sha256=MImCryu0AnqhJE_uAZD-PIDKXDKb8sT7v0i1NOYeHTM,11350
|
|
42
|
+
lecrapaud-0.14.2.dist-info/METADATA,sha256=0wdQquOq8MZ4edbtEp4HdLdb89_N-XD4moPXZOjNizY,11047
|
|
43
|
+
lecrapaud-0.14.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
44
|
+
lecrapaud-0.14.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|