koalaverse/vip
Variable Importance Plots (VIPs)
This tool helps data scientists and machine learning engineers understand which factors are most influential in their predictive models. You provide a trained machine learning model (like a regression, random forest, or neural network) and it generates clear, publication-ready plots that show the relative importance of each input variable. This allows you to explain complex models to stakeholders and gain insights into underlying relationships.
190 stars.
Use this if you need to explain the decisions of your machine learning models by identifying which features contribute most to their predictions, without needing to learn different methods for each model type.
Not ideal if you are not working with R or if you primarily need to build predictive models rather than interpret existing ones.
Stars
190
Forks
23
Language
R
License
—
Category
Last pushed
Dec 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/koalaverse/vip"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
py-why/dowhy
DoWhy is a Python library for causal inference that supports explicit modeling and testing of...
py-why/EconML
ALICE (Automated Learning and Intelligence for Causation and Economics) is a Microsoft Research...
uber/causalml
Uplift modeling and causal inference with machine learning algorithms
cdt15/lingam
Python package for causal discovery based on LiNGAM.
andrewtavis/causeinfer
Machine learning based causal inference/uplift in Python