Skip to content

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

License

Notifications You must be signed in to change notification settings

Renumics/sliceguard

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2023
Dec 4, 2023
Dec 4, 2023
Sep 8, 2023
Oct 19, 2023
Aug 14, 2023
Sep 7, 2023
Jun 14, 2023
Dec 4, 2023
Sep 5, 2023
Jul 6, 2023
Dec 4, 2023
Sep 13, 2023

Repository files navigation

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.