Evaluation
slicemap
Find the slices where a new model regressed.
Install
pip install slicemap-cliOnce published to PyPI. Also available now from GitHub:
pip install git+https://github.com/jmweb-org/slicemapWhat it does
A new model can lift the overall metric while getting worse on a segment that matters: a country, an age band, a category. slicemap scores every slice and lists where the new model lost ground, ranked by impact.
Features
- —Categorical and quantile slicing.
- —Accuracy, error and MAE metrics.
- —Impact ranking: size times degradation.
- —CI gate and JSON output.