Renumics / sliceguard

A library for detecting problematic data segments in structured and unstructured data with few lines of code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A library for detecting problematic data segments in structured and unstructured data with few lines of code.

License:MIT License


Languages

Language:Python 100.0%