Skip to main content

✂️ Fast slice finding for Machine Learning model debugging.

Project description

Sliceline is a Python library for fast slice finding for Machine Learning model debugging.

It is an implementation of SliceLine: Fast, Linear-Algebra-based Slice Finding for ML Model Debugging, from Svetlana Sagadeeva and Matthias Boehm of Graz University of Technology.

👉 Getting started

Given an input dataset X and a model error vector errors, SliceLine finds the top slices in X that identify where a ML model performs significantly worse.

You can use sliceline as follows:

from sliceline.slicefinder import Slicefinder

slice_finder = Slicefinder()

slice_finder.fit(X, errors)

print(slice_finder.top_slices_)

X_trans = slice_finder.transform(X)

We invite you to check the demo notebooks for a more thorough tutorial:

  1. Implementing Sliceline on Titanic dataset

  2. Implementing Sliceline on California housing dataset

🛠 Installation

Sliceline is intended to work with Python 3.7 or above. Installation can be done with pip:

pip install sliceline

There are wheels available for Linux, MacOS, and Windows, which means that you most probably won’t have to build Sliceline from source.

You can install the latest development version from GitHub as so:

pip install git+https://github.com/DataDome/sliceline --upgrade

Or, through SSH:

pip install git+ssh://git@github.com/datadome/sliceline.git --upgrade

👐 Contributing

Feel free to contribute in any way you like, we’re always open to new ideas and approaches.

  • Open a discussion if you have any question or enquiry whatsoever. It’s more useful to ask your question in public rather than sending us a private email. It’s also encouraged to open a discussion before contributing, so that everyone is aligned and unnecessary work is avoided.

  • Feel welcome to open an issue if you think you’ve spotted a bug or a performance issue.

Please check out the contribution guidelines if you want to bring modifications to the code base.

📝 License

Sliceline is free and open-source software licensed under the 3-clause BSD license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zeno_sliceline-0.0.1.tar.gz (18.8 kB view details)

Uploaded Source

Built Distribution

zeno_sliceline-0.0.1-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file zeno_sliceline-0.0.1.tar.gz.

File metadata

  • Download URL: zeno_sliceline-0.0.1.tar.gz
  • Upload date:
  • Size: 18.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.8.12 Darwin/22.4.0

File hashes

Hashes for zeno_sliceline-0.0.1.tar.gz
Algorithm Hash digest
SHA256 3c9f9f8cd6c6e592d097bb09e84193122fd0a5a9704f765ddee1b5f14aaf2b69
MD5 6962d27b17fe317af869b126a46a431a
BLAKE2b-256 3f343aa6051078db1b164d977056158ffaad74e7711fbe5eeb21779973129cb5

See more details on using hashes here.

File details

Details for the file zeno_sliceline-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: zeno_sliceline-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 18.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.8.12 Darwin/22.4.0

File hashes

Hashes for zeno_sliceline-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ecbc978440912e82b3917472386b14a45c2f7814396071706e4e0a116061123f
MD5 5cbfb03e831c34cedfa9cd48a70fb077
BLAKE2b-256 d82880f60fd1814add6c60e5cc34d3259d57d0bbb360baef8943479f34ad173d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page