Deepchecks

Latest version: v0.18.1

Safety actively analyzes 634596 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 10

0.4.0

Not secure
What's Changed
* Update index.rst by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/699
* Adding notebooks by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/702
* Build model if loading causes errors by benisraeldan in https://github.com/deepchecks/deepchecks/pull/703
* merge kaggle widgets hotfix to main by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/709
* update suite exceptions and links by matanper in https://github.com/deepchecks/deepchecks/pull/706
* Colab prettier suite view by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/717
* Check display read more by matanper in https://github.com/deepchecks/deepchecks/pull/715
* [Issue-571] `make docs` errors/warnings fixes by yromanyshyn in https://github.com/deepchecks/deepchecks/pull/725
* make conda build trigger by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/726
* Add check context by matanper in https://github.com/deepchecks/deepchecks/pull/700
* merge html resources fix from 0.3.2 (728) by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/733
* update readme plot by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/720
* Added validations to numpydoc docstrings ✅ by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/738
* Update docstrings in default_suites.py by matanper in https://github.com/deepchecks/deepchecks/pull/718
* explicitly set default timeout for fi calculation by noamzbr in https://github.com/deepchecks/deepchecks/pull/739
* Rename scorers related parameters by matanper in https://github.com/deepchecks/deepchecks/pull/734
* Removed generated html files generated from notebook by matanper in https://github.com/deepchecks/deepchecks/pull/741
* Warn user when trying to show result in a non-interactive shell by matanper in https://github.com/deepchecks/deepchecks/pull/745
* add check display tests by benisraeldan in https://github.com/deepchecks/deepchecks/pull/735
* Add more warning for the user when calculating FI by matanper in https://github.com/deepchecks/deepchecks/pull/749
* Add FI permutation options to UnusedFeatures by matanper in https://github.com/deepchecks/deepchecks/pull/740
* label amibuity notebook improvemnts by benisraeldan in https://github.com/deepchecks/deepchecks/pull/760
* add conda recipe for ipython by benisraeldan in https://github.com/deepchecks/deepchecks/pull/764
* 0.4.0 version bump 🚀 by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/766


**Full Changelog**: https://github.com/deepchecks/deepchecks/compare/0.3.0...0.4.0

0.3.2

Not secure
Commits
- 4c2752b: include_resources (728) (JKL98ISR) [728](https://github.com/deepchecks/deepchecks/pull/728)

0.3.1

Not secure
What's Changed
* Kaggle patch for plotly widgets by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/707
* add kaggle to allowed words + version bump by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/708


**Full Changelog**: https://github.com/deepchecks/deepchecks/compare/0.3.0...0.3.1

0.3.0

Not secure
Supported Environments
* Support running from non-jupyter environments - Suite outputs can be [exported to html](https://docs.deepchecks.com/en/stable/examples/guides/save_suite_result_as_html.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0), and Check or Suite outputs can be [exported to JSON for serialization](https://docs.deepchecks.com/en/stable/examples/guides/export_outputs_to_json.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0). HTML export: [#638](https://github.com/deepchecks/deepchecks/pull/638), JSON export: [#665](https://github.com/deepchecks/deepchecks/pull/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](https://docs.deepchecks.com/en/stable/user-guide/supported_models.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0) [#594](https://github.com/deepchecks/deepchecks/pull/594)
* Fixed dependency warning when installing on google colab [577](https://github.com/deepchecks/deepchecks/pull/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](https://github.com/deepchecks/deepchecks/pull/638)
* Suite output is now in a widget, enabling to browse quickly between checks, with and without conditions or display [610](https://github.com/deepchecks/deepchecks/pull/610)
* Distribution graphs smoothened, graphs looks better also when feature has outlier values [664](https://github.com/deepchecks/deepchecks/pull/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](https://github.com/deepchecks/deepchecks/pull/640)

Docs
Improved documentation for many check examples:
* [Trust Score](https://docs.deepchecks.com/en/stable/examples/checks/distribution/trust_score_comparison.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)
* [Train Test Feature Drift](https://docs.deepchecks.com/en/stable/examples/checks/distribution/train_test_feature_drift.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)
* [Whole Dataset Drift](https://docs.deepchecks.com/en/stable/examples/checks/distribution/whole_dataset_drift.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)
* [Simple Model Comparison](https://docs.deepchecks.com/en/stable/examples/checks/performance/simple_model_comparison.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)
* [Single Feature Contribution](https://docs.deepchecks.com/en/stable/examples/checks/methodology/single_feature_contribution.html?utm_source=release_notest&utm_medium=referral&utm_campaign=0.3.0)
* [Data Duplicates](https://docs.deepchecks.com/en/stable/examples/checks/integrity/data_duplicates.html?utm_source=release_notest&utm_medium=referral&utm_campaign=0.3.0)

Added documentation for export types:
* [To HTML](https://docs.deepchecks.com/en/stable/examples/guides/save_suite_result_as_html.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0) and [To JSON](https://docs.deepchecks.com/en/stable/examples/guides/export_outputs_to_json.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)

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

0.2.1

Not secure
Commits
- d8b1d43: New version release (github-actions[bot])
- 1ad95b1: Update README.rst (513) (shir22) [513](https://github.com/deepchecks/deepchecks/pull/513)
- 69100ea: Add examples folder and routing from readme (514) (shir22) [514](https://github.com/deepchecks/deepchecks/pull/514)
- d96117b: changing gh labels (515) (Itay Gabbay) [515](https://github.com/deepchecks/deepchecks/pull/515)
- aee01a6: Update README.rst (516) (shir22) [516](https://github.com/deepchecks/deepchecks/pull/516)
- 233fbce: Update performance.rst (519) (shir22) [519](https://github.com/deepchecks/deepchecks/pull/519)
- 4c7a4c1: Update display_suite.py (518) (shir22) [518](https://github.com/deepchecks/deepchecks/pull/518)
- 214213a: Documentation and Readme (521) (shir22) [521](https://github.com/deepchecks/deepchecks/pull/521)
- c919dd5: Merge branch 'main' of https://github.com/deepchecks/MLChecks into 0.2.x (Itay Gabbay)
- 48fd68c: docs fixes (Itay Gabbay)
- 0cfa6f3: Fix PerfectModel when data have nulls in label (526) (matanper) [526](https://github.com/deepchecks/deepchecks/pull/526)
- 2051d65: - Adding iris to the datasets section (530) (Itay Gabbay) [530](https://github.com/deepchecks/deepchecks/pull/530)
- dfa08fa: Update the Dataset Object Documentation (500) (DBI)
- 9a0e202: version bump (Itay Gabbay)

0.2.0

Not secure
Commits
- 0df2f8e: Performance report degradation fix (444) (JKL98ISR) [444](https://github.com/deepchecks/deepchecks/pull/444)
- 2a243b4: Change binary scorers to also return per class (470) (matanper) [470](https://github.com/deepchecks/deepchecks/pull/470)
- fb94d10: N top show how many (469) (JKL98ISR) [469](https://github.com/deepchecks/deepchecks/pull/469)
- 84ee22f: remove_zero_warn (476) (JKL98ISR) [476](https://github.com/deepchecks/deepchecks/pull/476)
- b52add9: no_links_collab (478) (JKL98ISR) [478](https://github.com/deepchecks/deepchecks/pull/478)
- 5ec8829: [Issue-439, addition] SimpleModelComparison: added 'Number of samples' column to the result df (473) (Yurii Romanyshyn) [473](https://github.com/deepchecks/deepchecks/pull/473)
- f368333: pipeline model can also no be of type BaseEstimator (468) (DBI) [468](https://github.com/deepchecks/deepchecks/pull/468)
- b3e73d2: added favicons to the docs (481) (Yurii Romanyshyn) [481](https://github.com/deepchecks/deepchecks/pull/481)
- 33b4820: [issue-409] added datetime formating function to utils (464) (Yurii Romanyshyn) [464](https://github.com/deepchecks/deepchecks/pull/464)
- 31018fa: nothing to show on when pps is 0 on all fields (480) (DBI) [480](https://github.com/deepchecks/deepchecks/pull/480)
- ca7866b: Small typos fixes (487) (nirhutnik) [487](https://github.com/deepchecks/deepchecks/pull/487)
- 18436ed: Moving examples into docs (495) (Itay Gabbay) [495](https://github.com/deepchecks/deepchecks/pull/495)
- 9b3b0b8: [Automatic] Examples Update (496) (deepchecks-bot) [496](https://github.com/deepchecks/deepchecks/pull/496)
- 556c01a: Docs and readme fixes (497) (Itay Gabbay) [497](https://github.com/deepchecks/deepchecks/pull/497)
- 9d29f0e: [issue-431] modified suite output text (499) (Yurii Romanyshyn) [499](https://github.com/deepchecks/deepchecks/pull/499)
- f834aee: use_undeprecated_tqdm (498) (JKL98ISR) [498](https://github.com/deepchecks/deepchecks/pull/498)
- 421d332: fix errors related to string labels (501) (JKL98ISR) [501](https://github.com/deepchecks/deepchecks/pull/501)
- a54f6fe: Change condition of simple model check to use gain (488) (matanper) [488](https://github.com/deepchecks/deepchecks/pull/488)
- a33f540: Remove default from metrics (507) (JKL98ISR) [507](https://github.com/deepchecks/deepchecks/pull/507)
- 682c4cf: add dataset script and notebook for phishing url example (485) (Noam Bressler) [485](https://github.com/deepchecks/deepchecks/pull/485)
- 1112b97: Fix string labels in performance report / simple model comparison (504) (JKL98ISR) [504](https://github.com/deepchecks/deepchecks/pull/504)
- de8742f: dataset mutable properties fix (509) (Yurii Romanyshyn) [509](https://github.com/deepchecks/deepchecks/pull/509)
- a192c42: [Automatic] Examples Update (510) (deepchecks-bot) [510](https://github.com/deepchecks/deepchecks/pull/510)
- 44d69b9: Update README.rst (511) (shir22) [511](https://github.com/deepchecks/deepchecks/pull/511)
- 8076354: Limit permutation time (512) (Noam Bressler) [512](https://github.com/deepchecks/deepchecks/pull/512)
- f9e8484: 0.2.0 version bump (Itay Gabbay)

Page 7 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.