Skip to content

Releases: Giskard-AI/giskard-oss

2.0.0b12

25 Jul 08:24

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0b10...v2.0.0b12

v2.0.0b9

21 Jun 16:51

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0b4...v2.0.0b9

v2.0.0b10

21 Jun 21:09

Choose a tag to compare

What's Changed

  • [GSK-1275] Importance of metrics calculated on partial data slice by @mattbit in #1169
  • [GSK-1275] Importance of metrics calculated on partial data slice by @mattbit in #1193
  • Bump mlflow from 2.3 to 2.3.1 in /backend/src/main/resources/demo_projects/credit/models/dc70b21c-55f7-4873-9b58-0b28820dfaea by @dependabot in #1191
  • [GSK-1341] Fix bug in base text perturbation detector by @mattbit in #1192

Full Changelog: v2.0.0b9...v2.0.0b10

v2.0.0b4

07 Jun 15:44

Choose a tag to compare

v2.0.0b4

1.5.0

16 Mar 23:42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

Project export and slicing

13 Feb 14:01

Choose a tag to compare

What's Changed

  • Export/Import projects ✉️
  • Possibility to filter inspected datasets by defining slices 🔪
  • Enhanced LIME explainer with possibility to set threshold from the UI 🍋
  • Simplified user management by opening access without login by default 👩‍💻
  • Fixed ML Worker issues related to disconnecting after a while 🐍
  • Numerous bug fixes and minor improvements 🐞

New Contributors

Full Changelog: v1.3.2...v1.4.0

External ML Worker

23 Nov 09:14

Choose a tag to compare

External ML Worker - a new way to execute models 🐍

This new feature allows reusing existing Python code environments when executing models. No need to re-create new environments with the same packages as at the model creation time.
It requires giskard python package of version 1.7.0
more information is available in the documentation

Other changes 📜

  • API for test execution
  • Disparate impact test
  • Improved test UI
  • Improved Inspection UI for classification models
  • Better example notebooks
  • Better support for large models
  • Customisable number of Lime samples
  • arm64 docker images

New Contributors 👋

Full Changelog: v1.2.0...v1.3.0

v1.2.0 Better UX and robustness

02 Sep 20:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - Better demo projects

24 Jun 15:30

Choose a tag to compare

  • improved demo projects
  • allowed inspection of larger models
  • bugfixes

v1.0.0 - AI Test

09 Jun 23:44

Choose a tag to compare

requires giskard python library to upload models and datasets
install it with pip install giskard

Added AI Test - test execution capability