developer_test / requirements.txt
Anders-sonderby's picture
Update requirements.txt
a0ec434 verified
raw
history blame contribute delete
261 Bytes
# Core libraries
pandas==2.3.2
# Visualization (optional, but useful)
matplotlib==3.9.4
seaborn==0.13.2
# Machine learning
scikit-learn==1.6.1
xgboost==2.1.4
optuna==4.5.0
joblib==1.5.2
# Model explainability
shap==0.48.0
# App framework
streamlit==1.49.1