This app serves as a starter guide for understanding and explaining regression models using SHAP values. It contains the following sections:
- Feature Importance (📊): Analyze the significance of different features in the model.
- Regression Stats (📈): Get statistical summaries and evaluations for the model.
- Individual Predictions (👥): Generate and view individual predictions.
- Feature Dependence (🔍): Examine how different features interact within the model.
- What If (❓): Conduct 'What-If' analyses to understand how changes in feature values could affect predictions.
You can access a live demo of the app here.
git clone https://github.com/ahmad-alismail/shap-explainer.git
cd shap-explainer
pip install -r requirements.txt
streamlit run hello.py
Feel free to fork the repository, make changes, and submit pull requests. Feedback is always welcome.
MIT License