Skip to content

Spotlight 1.4.0

Compare
Choose a tag to compare
@druzsan druzsan released this 21 Sep 07:46
· 720 commits to main since this release
e78a0ee

Features

  • Set columns for analysis with spotlight.show(..., analyze=["column_a", "column_b"])
  • Lazy load strings in UI
  • Add confusion matrix widget
  • Add metrics widget
  • Add word cloud widget
  • Support .parquet, .feather and .orc files through pandas
  • Support image datasets in huggingface ImageFolder format
  • Specify root folder as folder argument to Spotlight
  • New dtype notation in spotlight.dtypes
  • Configurable layouts in spotlight.layouts.

Bugfixes

  • Gracefully handle unsupported values in cleanvision analysis
  • Fix split layouts in API and UI
  • Fix column resizing in data table widget
  • Fix handling of pandas categories in UI