singhn9's picture
Update requirements.txt
683f9b5 verified
raw
history blame
497 Bytes
# --- Core Streamlit & Python essentials ---
streamlit
pandas
numpy
matplotlib
seaborn
joblib
scikit-learn
optuna
shap
# --- Gradient-Boosted Tree Libraries ---
xgboost
lightgbm
catboost
# --- Deep & Hybrid Tabular Models (optional but recommended) ---
torch
pytorch-tabular
tabpfn
# --- Model stacking & utilities ---
scipy
tqdm
plotly
# --- PDF and report generation ---
fpdf
# --- Optional for advanced visualization ---
altair
plotnine
# --- Safety / compatibility ---
typing-extensions