PreyPatel commited on
Commit
2a4f416
1 Parent(s): c9fc73c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -11
requirements.txt CHANGED
@@ -1,11 +1,5 @@
1
- streamlit
2
- pandas
3
- numpy
4
- matplotlib
5
- from sklearn.datasets import make_regression
6
- from sklearn.model_selection import train_test_split, KFold
7
- from sklearn.ensemble import BaggingRegressor, GradientBoostingRegressor, AdaBoostRegressor
8
- from sklearn.linear_model import LinearRegression, Lasso, Ridge
9
- from sklearn.svm import SVR
10
- from sklearn.metrics import mean_squared_error
11
- import matplotlib.pyplot as plt
 
1
+ streamlit==0.88.0
2
+ pandas==1.3.4
3
+ numpy==1.21.4
4
+ scikit-learn==1.0.1
5
+ matplotlib==3.4.3