first notebook

This commit is contained in:
2026-07-02 11:14:58 -04:00
parent abe6dd19dd
commit 9c1cbb51d7
3 changed files with 904 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
data/raw/*
data/processed/*
images/*
models/*
*.npy
*.pkl
*.pth
.ipynb_checkpoints/
__pycache__/
.DS_Store
.venv/
File diff suppressed because one or more lines are too long
+15
View File
@@ -0,0 +1,15 @@
pandas
numpy
scipy
scikit-learn
matplotlib
seaborn
yfinance
pandas-datareader
joblib
tqdm
Pillow
html5lib
statsmodels
requests
torch