Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +29 -0
requirements.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
scipy<=1.5.4
|
3 |
+
seaborn
|
4 |
+
matplotlib
|
5 |
+
IPython
|
6 |
+
joblib
|
7 |
+
scikit-learn==0.23.2
|
8 |
+
ipywidgets
|
9 |
+
yellowbrick>=1.0.1
|
10 |
+
lightgbm>=2.3.1
|
11 |
+
plotly>=4.4.1
|
12 |
+
wordcloud
|
13 |
+
textblob
|
14 |
+
cufflinks>=0.17.0
|
15 |
+
umap-learn
|
16 |
+
pyLDAvis
|
17 |
+
gensim<4.0.0
|
18 |
+
spacy<2.4.0
|
19 |
+
nltk
|
20 |
+
mlxtend>=0.17.0
|
21 |
+
pyod
|
22 |
+
pandas-profiling>=2.8.0
|
23 |
+
kmodes>=0.10.1
|
24 |
+
mlflow
|
25 |
+
imbalanced-learn==0.7.0
|
26 |
+
scikit-plot #for lift and gain charts
|
27 |
+
Boruta
|
28 |
+
pyyaml<6.0.0
|
29 |
+
numba<0.55
|