A library for detecting critical data slices in structured and unstructured data based on features, metadata and model predictions.


Keywords
data-analysis, data-cleaning, data-curation, data-exploration, data-science, data-visualization, deep-learning, eda, exploratory-data-analysis, machine-learning, python, visualization
License
MIT
Install
pip install sliceguard==0.0.35

Documentation

Sliceguard Logo

sliceguard

Detect problematic data slices in unstructured and structured data – fast.

πŸš€ Introduction

Sliceguard helps you to quickly discover problematic data segments. It supports structured data as well as unstructured data like images, text or audio. Sliceguard generates an interactive report with just a few lines of code:

from sliceguard import SliceGuard

sg = SliceGuard()
issues = sg.find_issues(df, features=["image"])

sg.report()

⏱️ Quickstart

Install sliceguard by running pip install sliceguard[all].

Go straight to our quickstart examples for your use case:

πŸ—ΊοΈ Public Roadmap

We maintain a public roadmap so you can follow along the development of this library.