alicetport commited on
Commit
7241cf3
·
verified ·
1 Parent(s): 9928ad6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -13
requirements.txt CHANGED
@@ -1,13 +1,10 @@
1
- streamlit==1.28.0
2
- pandas==2.0.3
3
- numpy==1.24.3
4
- scikit-learn==1.3.0
5
- imbalanced-learn==0.10.1
6
- xgboost==1.7.6
7
- lightgbm==4.1.0
8
- plotly==5.15.0
9
- statsmodels==0.14.0
10
- matplotlib==3.7.2
11
- seaborn==0.12.2
12
-
13
- pip install imbalanced-learn
 
1
+ streamlit
2
+ pandas
3
+ numpy
4
+ scikit-learn
5
+ plotly
6
+ matplotlib
7
+ seaborn
8
+ imbalanced-learn
9
+ xgboost
10
+ lightgbm