Skip to content

External ML Worker

Compare
Choose a tag to compare
@andreybavt andreybavt released this 23 Nov 09:14
· 8857 commits to main since this release

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