Skip to content

Releases: Renumics/sliceguard

v0.0.15

22 Aug 09:30
Compare
Choose a tag to compare

Several significant changes:

  • Added n_slices, criterion interface
  • Add walkthroughs for different data types
  • Algorithmic improvements

v0.0.14

18 Aug 10:17
Compare
Choose a tag to compare

Basic automl capabilities for classification and regression.

v0.0.13

17 Aug 08:07
Compare
Choose a tag to compare

Move to spotlight stable version.

v0.0.12

17 Aug 07:39
Compare
Choose a tag to compare

Bug fixes regarding outlier detection and downsampling in spotlight report for large data.

v0.0.11

14 Aug 11:21
Compare
Choose a tag to compare

Adapt for better usability on the BengaliAI ASR competition.

  • Support MP3s and different sample rates
  • Robustify embedding computation
  • Adaptive drop reference for large datasets

v0.0.10

26 Jul 07:12
Compare
Choose a tag to compare

Special treatment of uni and bivariate detection on nominal (categorical) variables.

v0.0.9

21 Jul 13:27
Compare
Choose a tag to compare

Change sliceguard output to return issues in a hierarchical manner. Previously returned a dataframe where each sample could be part of only one issue. Now returns a list of issues where each sample can be part of multiple issues on different hierarchy levels.

This makes the output more aligned with the semantics of min_drop and min_dist and avoids throwing away potential problem samples.

v0.0.8

19 Jul 11:57
Compare
Choose a tag to compare

Speed up embedding computation and add outlier filtering.

v0.0.7

13 Jul 09:20
Compare
Choose a tag to compare

Show embeddings in spotlight reports by default.

v0.0.6

11 Jul 15:31
Compare
Choose a tag to compare

Allow choosing HF hub models for embedding generation and improve use of precomputed embeddings.