lecrapaud 0.2.0__tar.gz → 0.2.1__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 (63) hide show
  1. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/PKG-INFO +27 -20
  2. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/README.md +26 -19
  3. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/model_selection.py +0 -3
  4. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/pyproject.toml +1 -1
  5. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/LICENSE +0 -0
  6. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/__init__.py +0 -0
  7. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/api.py +0 -0
  8. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/config.py +0 -0
  9. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/__init__.py +0 -0
  10. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/README +0 -0
  11. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/env.py +0 -0
  12. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/script.py.mako +0 -0
  13. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_04_06_1738-7390745388e4_initial_setup.py +0 -0
  14. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_04_06_1755-40cd8d3e798e_unique_constraint_for_data.py +0 -0
  15. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_23_1724-2360941fa0bd_longer_string.py +0 -0
  16. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_27_1159-b96396dcfaff_add_env_to_trading_tables.py +0 -0
  17. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_27_1337-40cbfc215f7c_fix_nb_character_on_portfolio.py +0 -0
  18. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_27_1526-3de994115317_to_datetime.py +0 -0
  19. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_27_2003-25c227c684f8_add_fees_to_transactions.py +0 -0
  20. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_27_2047-6b6f2d38e9bc_double_instead_of_float.py +0 -0
  21. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_31_1111-c175e4a36d68_generalise_stock_to_group.py +0 -0
  22. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_31_1256-5681095bfc27_create_investment_run_and_portfolio_.py +0 -0
  23. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_31_1806-339927587383_add_investment_run_id.py +0 -0
  24. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_31_1834-52b809a34371_make_nullablee.py +0 -0
  25. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_31_1849-3b8550297e8e_change_date_to_datetime.py +0 -0
  26. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_05_31_1852-e6b8c95d8243_add_date_to_portfolio_history.py +0 -0
  27. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_06_10_1136-db8cdd83563a_addnewsandoptiontodata.py +0 -0
  28. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/alembic/versions/2025_06_17_1652-c45f5e49fa2c_make_fields_nullable.py +0 -0
  29. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/__init__.py +0 -0
  30. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/base.py +0 -0
  31. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/dataset.py +0 -0
  32. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/feature.py +0 -0
  33. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/feature_selection.py +0 -0
  34. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/feature_selection_rank.py +0 -0
  35. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/model.py +0 -0
  36. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/model_selection.py +0 -0
  37. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/model_training.py +0 -0
  38. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/score.py +0 -0
  39. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/models/target.py +0 -0
  40. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/db/session.py +0 -0
  41. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/directory_management.py +0 -0
  42. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/experiment.py +0 -0
  43. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/feature_engineering.py +0 -0
  44. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/feature_selection.py +0 -0
  45. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/integrations/openai_integration.py +0 -0
  46. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/jobs/__init__.py +0 -0
  47. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/jobs/config.py +0 -0
  48. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/jobs/scheduler.py +0 -0
  49. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/jobs/tasks.py +0 -0
  50. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/predictions.py +0 -0
  51. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/preprocessing.py +0 -0
  52. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/search_space.py +0 -0
  53. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/services/__init__.py +0 -0
  54. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/services/embedding_categorical.py +0 -0
  55. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/services/indicators.py +0 -0
  56. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/speed_tests/experiments.py +0 -0
  57. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/speed_tests/test-gpu-bilstm.ipynb +0 -0
  58. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/speed_tests/test-gpu-resnet.ipynb +0 -0
  59. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/speed_tests/test-gpu-transformers.ipynb +0 -0
  60. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/speed_tests/tests.ipynb +0 -0
  61. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/speed_tests/trash.py +0 -0
  62. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/training.py +0 -0
  63. {lecrapaud-0.2.0 → lecrapaud-0.2.1}/lecrapaud/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lecrapaud
3
- Version: 0.2.0
3
+ Version: 0.2.1
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
@@ -49,7 +49,7 @@ Description-Content-Type: text/markdown
49
49
 
50
50
  <div align="center">
51
51
 
52
- # 🐸
52
+ <div style="font-size:50rem;">🐸</div>
53
53
 
54
54
  ## Welcome to LeCrapaud
55
55
 
@@ -72,34 +72,21 @@ LeCrapaud is a high-level Python library for end-to-end machine learning workflo
72
72
 
73
73
  ## ⚡ Quick Start
74
74
 
75
- 1. Create environment
76
75
 
77
- ```sh
78
- $ pip install virtualenv
79
- $ python -m venv .venv
80
- $ source .venv/bin/activate
81
- ```
82
-
83
- 2. Install dependencies
76
+ ### ⚙️ Install the package
84
77
 
85
78
  ```sh
86
- $ make install
79
+ pip install lecrapaud
87
80
  ```
88
81
 
89
- 3. Deactivate virtualenv (if needed)
90
-
91
- ```sh
92
- $ deactivate
93
- ```
94
-
95
- ## 🛠️ How it works
82
+ ### 🛠️ How it works
96
83
 
97
84
  This package provides a high-level API to manage experiments for feature engineering, model selection, and prediction on tabular data (e.g. stock data).
98
85
 
99
86
  ### Typical workflow
100
87
 
101
88
  ```python
102
- from lecrapaud.api import LeCrapaud
89
+ from lecrapaud import LeCrapaud
103
90
 
104
91
  # 1. Create the main app
105
92
  app = LeCrapaud()
@@ -159,6 +146,26 @@ $ git push -u origin master
159
146
  3. Use conventional commits
160
147
  https://www.conventionalcommits.org/en/v1.0.0/#summary
161
148
 
149
+ 4. Create environment
150
+
151
+ ```sh
152
+ $ pip install virtualenv
153
+ $ python -m venv .venv
154
+ $ source .venv/bin/activate
155
+ ```
156
+
157
+ 5. Install dependencies
158
+
159
+ ```sh
160
+ $ make install
161
+ ```
162
+
163
+ 6. Deactivate virtualenv (if needed)
164
+
165
+ ```sh
166
+ $ deactivate
167
+ ```
168
+
162
169
  ---
163
170
 
164
- Pierre Gallet © 2024
171
+ Pierre Gallet © 2025
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- # 🐸
3
+ <div style="font-size:50rem;">🐸</div>
4
4
 
5
5
  ## Welcome to LeCrapaud
6
6
 
@@ -23,34 +23,21 @@ LeCrapaud is a high-level Python library for end-to-end machine learning workflo
23
23
 
24
24
  ## ⚡ Quick Start
25
25
 
26
- 1. Create environment
27
26
 
28
- ```sh
29
- $ pip install virtualenv
30
- $ python -m venv .venv
31
- $ source .venv/bin/activate
32
- ```
33
-
34
- 2. Install dependencies
27
+ ### ⚙️ Install the package
35
28
 
36
29
  ```sh
37
- $ make install
30
+ pip install lecrapaud
38
31
  ```
39
32
 
40
- 3. Deactivate virtualenv (if needed)
41
-
42
- ```sh
43
- $ deactivate
44
- ```
45
-
46
- ## 🛠️ How it works
33
+ ### 🛠️ How it works
47
34
 
48
35
  This package provides a high-level API to manage experiments for feature engineering, model selection, and prediction on tabular data (e.g. stock data).
49
36
 
50
37
  ### Typical workflow
51
38
 
52
39
  ```python
53
- from lecrapaud.api import LeCrapaud
40
+ from lecrapaud import LeCrapaud
54
41
 
55
42
  # 1. Create the main app
56
43
  app = LeCrapaud()
@@ -110,6 +97,26 @@ $ git push -u origin master
110
97
  3. Use conventional commits
111
98
  https://www.conventionalcommits.org/en/v1.0.0/#summary
112
99
 
100
+ 4. Create environment
101
+
102
+ ```sh
103
+ $ pip install virtualenv
104
+ $ python -m venv .venv
105
+ $ source .venv/bin/activate
106
+ ```
107
+
108
+ 5. Install dependencies
109
+
110
+ ```sh
111
+ $ make install
112
+ ```
113
+
114
+ 6. Deactivate virtualenv (if needed)
115
+
116
+ ```sh
117
+ $ deactivate
118
+ ```
119
+
113
120
  ---
114
121
 
115
- Pierre Gallet © 2024
122
+ Pierre Gallet © 2025
@@ -894,12 +894,9 @@ class ModelSelectionEngine:
894
894
  # instantiate model
895
895
  model = ModelEngine(
896
896
  model_name=model_name,
897
- recurrent=recurrent,
898
- need_scaling=need_scaling,
899
897
  search_params=config["search_params"],
900
898
  target_type=self.target_type,
901
899
  create_model=config["create_model"],
902
- scaler_y=self.scaler_y,
903
900
  plot=self.plot,
904
901
  log_dir=log_dir,
905
902
  )
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "lecrapaud"
3
- version = "0.2.0"
3
+ version = "0.2.1"
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"}
File without changes
File without changes
File without changes
File without changes