-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
38 lines (33 loc) · 970 Bytes
/
Copy pathrequirements.txt
File metadata and controls
38 lines (33 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ==========================================
# Disease Prediction Model - Python Dependencies
# ==========================================
# --------------------------
# Core Machine Learning Libraries
# --------------------------
numpy==1.26.4
pandas==2.1.1
scipy==1.12.1
scikit-learn==1.3.2
imbalanced-learn==1.11.0
statsmodels==0.18.2
# --------------------------
# Visualization Libraries
# --------------------------
matplotlib==3.8.1
seaborn==0.13.2
plotly==5.20.0
# --------------------------
# Interactive Notebook / Widgets
# --------------------------
ipywidgets==8.1.1
# --------------------------
# Jupyter Environment
# --------------------------
notebook==6.5.4
jupyterlab==4.2.2
# ==========================================
# Notes:
# - Use `pip install -r requirements.txt` to install all dependencies.
# - JupyterLab users may need:
# jupyter labextension install @jupyter-widgets/jupyterlab-manager
# ==========================================