Skip to content

Releases: deepchecks/deepchecks

0.6.0

01 Apr 15:00
Compare
Choose a tag to compare

Commits

Read more

0.5.0

03 Mar 15:49
Compare
Choose a tag to compare

Main Features

  • Introducing Weights and Biases integration

Full Changelog: 0.4.2...0.5.0

0.5.0.dev2

23 Feb 16:38
Compare
Choose a tag to compare
0.5.0.dev2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0.dev2

0.5.0.dev0

14 Feb 17:30
595b58d
Compare
Choose a tag to compare
0.5.0.dev0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0.dev0

0.4.2

04 Feb 09:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

26 Jan 17:14
Compare
Choose a tag to compare

Commits

  • b8555e8: Fixing import issues (Itay Gabbay)
  • 0764ef1: 0.4.1 (Itay Gabbay)

0.4.0

26 Jan 16:46
03f869c
Compare
Choose a tag to compare

Deepchecks Version 0.4.0

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.2

24 Jan 15:12
4c2752b
Compare
Choose a tag to compare

Commits

0.3.1

20 Jan 11:20
c073bd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

19 Jan 15:11
df6bfb8
Compare
Choose a tag to compare

Deepchecks Version 0.3.0

Supported Environments

  • Support running from non-jupyter environments - Suite outputs can be exported to html, and Check or Suite outputs can be exported to JSON for serialization. HTML export: #638, JSON export: #665
  • Added support also for non-sklearn models. Supporting any model object that implements the predict method (and also predict_proba for classification), see supported models #594
  • Fixed dependency warning when installing on google colab #577
  • Fixed links from inside suite and check output to open in a new tab

Display and Output Improvements

  • Output can be exported to html #638
  • Suite output is now in a widget, enabling to browse quickly between checks, with and without conditions or display #610
  • Distribution graphs smoothened, graphs looks better also when feature has outlier values #664
  • Improved error handling. Checks that didn’t run due to irrelevant input (e.g. no index column) are no longer displayed as errors. #640

Docs

Improved documentation for many check examples:

Added documentation for export types:

New Contributors

  • @idow09 made their first contribution 🥳
  • @BioGeek made their first contribution 🥳
  • @shaypal5 made their first contribution 🥳

Maintainers

@matanper , @ItayGabbay , @yromanyshyn , @JKL98ISR , @benisraeldan , @deepchecks-bot , @shir22 , @nirhutnik , @noamzbr