NewtonKimathi commited on
Commit
06da2a3
1 Parent(s): f2db62e

Telco Churn Prediction App

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -119
requirements.txt CHANGED
@@ -1,119 +1,5 @@
1
- anyio==3.7.1
2
- argon2-cffi==21.3.0
3
- argon2-cffi-bindings==21.2.0
4
- arrow==1.2.3
5
- asttokens==2.2.1
6
- async-lru==2.0.4
7
- attrs==23.1.0
8
- Babel==2.12.1
9
- backcall==0.2.0
10
- beautifulsoup4==4.12.2
11
- bleach==6.0.0
12
- certifi==2023.7.22
13
- cffi==1.15.1
14
- charset-normalizer==3.2.0
15
- colorama==0.4.6
16
- comm==0.1.4
17
- contourpy==1.1.0
18
- cycler==0.11.0
19
- debugpy==1.6.7.post1
20
- decorator==5.1.1
21
- defusedxml==0.7.1
22
- et-xmlfile==1.1.0
23
- executing==1.2.0
24
- fastjsonschema==2.18.0
25
- fonttools==4.42.0
26
- fqdn==1.5.1
27
- idna==3.4
28
- imbalanced-learn==0.11.0
29
- ipykernel==6.25.1
30
- ipython==8.14.0
31
- ipython-genutils==0.2.0
32
- ipywidgets==8.1.0
33
- isoduration==20.11.0
34
- jedi==0.19.0
35
- Jinja2==3.1.2
36
- joblib==1.3.2
37
- json5==0.9.14
38
- jsonpointer==2.4
39
- jsonschema==4.19.0
40
- jsonschema-specifications==2023.7.1
41
- jupyter==1.0.0
42
- jupyter-console==6.6.3
43
- jupyter-events==0.7.0
44
- jupyter-lsp==2.2.0
45
- jupyter_client==8.3.0
46
- jupyter_core==5.3.1
47
- jupyter_server==2.7.0
48
- jupyter_server_terminals==0.4.4
49
- jupyterlab==4.0.4
50
- jupyterlab-pygments==0.2.2
51
- jupyterlab-widgets==3.0.8
52
- jupyterlab_server==2.24.0
53
- kiwisolver==1.4.4
54
- lightgbm==4.0.0
55
- MarkupSafe==2.1.3
56
- matplotlib==3.7.2
57
- matplotlib-inline==0.1.6
58
- mistune==3.0.1
59
- nbclient==0.8.0
60
- nbconvert==7.7.3
61
- nbformat==5.9.2
62
- nest-asyncio==1.5.7
63
- notebook==7.0.2
64
- notebook_shim==0.2.3
65
- numpy==1.25.2
66
- openpyxl==3.1.2
67
- overrides==7.4.0
68
- packaging==23.1
69
- pandas==2.0.3
70
- pandocfilters==1.5.0
71
- parso==0.8.3
72
- pickleshare==0.7.5
73
- Pillow==10.0.0
74
- platformdirs==3.10.0
75
- prometheus-client==0.17.1
76
- prompt-toolkit==3.0.39
77
- psutil==5.9.5
78
- pure-eval==0.2.2
79
- pycparser==2.21
80
- Pygments==2.16.1
81
- pyodbc==4.0.39
82
- pyparsing==3.0.9
83
- python-dateutil==2.8.2
84
- python-dotenv==1.0.0
85
- python-json-logger==2.0.7
86
- pytz==2023.3
87
- pywin32==306
88
- pywinpty==2.0.11
89
- PyYAML==6.0.1
90
- pyzmq==25.1.0
91
- qtconsole==5.4.3
92
- QtPy==2.3.1
93
- referencing==0.30.2
94
- requests==2.31.0
95
- rfc3339-validator==0.1.4
96
- rfc3986-validator==0.1.1
97
- rpds-py==0.9.2
98
- scikit-learn==1.3.0
99
- scipy==1.11.1
100
- seaborn==0.12.2
101
- Send2Trash==1.8.2
102
- six==1.16.0
103
- sniffio==1.3.0
104
- soupsieve==2.4.1
105
- stack-data==0.6.2
106
- terminado==0.17.1
107
- threadpoolctl==3.2.0
108
- tinycss2==1.2.1
109
- tornado==6.3.2
110
- traitlets==5.9.0
111
- tzdata==2023.3
112
- uri-template==1.3.0
113
- urllib3==2.0.4
114
- wcwidth==0.2.6
115
- webcolors==1.13
116
- webencodings==0.5.1
117
- websocket-client==1.6.1
118
- widgetsnbextension==4.0.8
119
- xgboost==1.7.6
 
1
+ gradio
2
+ gdown
3
+ pandas
4
+ scikit-learn
5
+ tabulate