Releases: Renumics/sliceguard
Releases · Renumics/sliceguard
v0.0.15
Several significant changes:
- Added n_slices, criterion interface
- Add walkthroughs for different data types
- Algorithmic improvements
v0.0.14
Basic automl capabilities for classification and regression.
v0.0.13
Move to spotlight stable version.
v0.0.12
Bug fixes regarding outlier detection and downsampling in spotlight report for large data.
v0.0.11
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
Special treatment of uni and bivariate detection on nominal (categorical) variables.
v0.0.9
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
Speed up embedding computation and add outlier filtering.
v0.0.7
Show embeddings in spotlight reports by default.
v0.0.6
Allow choosing HF hub models for embedding generation and improve use of precomputed embeddings.