Spaces:
Sleeping
Sleeping
EDA completed
Browse files- .gitignore +3 -1
- eda.ipynb +0 -0
- pyproject.toml +5 -0
- uv.lock +0 -0
- wallet_features_scaled.csv +0 -0
- wallet_power_transformer.pkl +0 -0
.gitignore
CHANGED
|
@@ -9,4 +9,6 @@ wheels/
|
|
| 9 |
# Virtual environments
|
| 10 |
.venv
|
| 11 |
|
| 12 |
-
.env
|
|
|
|
|
|
|
|
|
| 9 |
# Virtual environments
|
| 10 |
.venv
|
| 11 |
|
| 12 |
+
.env
|
| 13 |
+
|
| 14 |
+
PROJECT_LOG.md
|
eda.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pyproject.toml
CHANGED
|
@@ -5,5 +5,10 @@ description = "Add your description here"
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
|
|
|
|
|
|
|
|
|
| 8 |
"python-dotenv>=1.2.1",
|
|
|
|
|
|
|
| 9 |
]
|
|
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
| 8 |
+
"matplotlib>=3.10.8",
|
| 9 |
+
"numpy>=2.3.5",
|
| 10 |
+
"pandas>=2.3.3",
|
| 11 |
"python-dotenv>=1.2.1",
|
| 12 |
+
"scikit-learn>=1.8.0",
|
| 13 |
+
"seaborn>=0.13.2",
|
| 14 |
]
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wallet_features_scaled.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wallet_power_transformer.pkl
ADDED
|
Binary file (1.74 kB). View file
|
|
|