hibana2077 commited on
Commit
2a5d9cc
·
1 Parent(s): e164680

Add .gitignore and requirements.txt for project dependencies

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +9 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ __pycache__/cfg.cpython-311.pyc
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ polars
2
+ tsfel
3
+ numpy
4
+ tqdm
5
+ optuna
6
+ scikit-learn
7
+ xgboost
8
+ lightgbm
9
+ huggingface_hub[cli]