File size: 332 Bytes
558ec2a bf685c3 558ec2a bf685c3 558ec2a bf685c3 558ec2a bf685c3 558ec2a c9b826b 0f53530 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Core dependencies streamlit==1.29.0 pandas==2.2.1 numpy==1.26.4 scikit-learn==1.3.2 joblib==1.3.2 # Visualizations plotly==5.19.0 altair==5.2.0 # Calibration and preprocessing scipy==1.12.0 # Interpretability tools shap==0.45.0 lime==0.2.0.1 # Imbalanced data handling imbalanced-learn==0.11.0 # XGBoost model xgboost==2.1.1 |