Skip to content

Commit 3abe3f4

Browse files
authored
Update README with new badges
Added code coverage and CI badges to README.
1 parent cd5bc8a commit 3abe3f4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![PyPI version](https://badge.fury.io/py/shapiq.svg)](https://badge.fury.io/py/shapiq)
44
[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
5-
[![Coverage Status](https://coveralls.io/repos/github/mmschlk/shapiq/badge.svg?branch=main)](https://coveralls.io/github/mmschlk/shapiq?branch=main)
6-
[![Tests](https://github.com/mmschlk/shapiq/actions/workflows/tests-shapiq.yml/badge.svg)](https://github.com/mmschlk/shapiq/blob/main/.github/workflows/tests-shapiq.yml)
5+
[![codecov](https://codecov.io/gh/mmschlk/shapiq/branch/main/graph/badge.svg)](https://codecov.io/gh/mmschlk/shapiq)
6+
[![Tests](https://github.com/mmschlk/shapiq/actions/workflows/ci.yml/badge.svg)](https://github.com/mmschlk/shapiq/blob/main/.github/workflows/ci.yml)
77
[![Read the Docs](https://readthedocs.org/projects/shapiq/badge/?version=latest)](https://shapiq.readthedocs.io/en/latest/?badge=latest)
88

99
[![PyPI Version](https://img.shields.io/pypi/pyversions/shapiq.svg)](https://pypi.org/project/shapiq)
@@ -31,6 +31,9 @@ or via `pip`:
3131
pip install shapiq
3232
```
3333

34+
## 👀 Upcoming
35+
See what’s on the horizon for the library in our [GitHub Project Board](https://github.com/users/mmschlk/projects/4). We plan and track upcoming features, improvements, and maintenance tasks there including new explainers, performance optimizations, and expanded model support.
36+
3437
## ⭐ Quickstart
3538

3639
You can explain your model with `shapiq.explainer` and visualize Shapley interactions with `shapiq.plot`.

0 commit comments

Comments
 (0)