Deepchecks

Latest version: v0.19.1

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

Scan your dependencies

Page 3 of 11

0.13.1

Not secure
Documentation
- add mglowacki100 as a contributor for code (2407) [2407](https://github.com/deepchecks/deepchecks/pull/2407) ([allcontributors[bot]](https://github.com/deepchecks/deepchecks/commit/f1e3704da8a9df327a3cba284b822256d7e39808))

Commits
- 30cb5d1: updated switcher.json for 0.13.x (2394) (Nir Hutnik) [2394](https://github.com/deepchecks/deepchecks/pull/2394)
- bbcc98f: Fixing docs size (2395) (Itay Gabbay) [2395](https://github.com/deepchecks/deepchecks/pull/2395)
- 053bbea: change aggregation methods (2396) (Nadav Barak) [2396](https://github.com/deepchecks/deepchecks/pull/2396)
- 1362c79: [FIX] Update sequence_to_numpy to support pd.Series (2398) (OrdoAbChao) [2398](https://github.com/deepchecks/deepchecks/pull/2398)
- 2acd768: fix ipywdigets error (2412) (matanper) [2412](https://github.com/deepchecks/deepchecks/pull/2412)
- 20725f9: Add huggingFace properties (2409) (Noam Bressler) [2409](https://github.com/deepchecks/deepchecks/pull/2409)
- 331d5cd: Added TextPropertyOutliers Check (2410) (Nir Hutnik) [2410](https://github.com/deepchecks/deepchecks/pull/2410)
- 00a084f: Fix nlp properties runtime (2417) (Nir Hutnik) [2417](https://github.com/deepchecks/deepchecks/pull/2417)
- f1ba8b8: Q & A via open ai, bug fix for weak segments (2420) (Nadav Barak) [2420](https://github.com/deepchecks/deepchecks/pull/2420)
- 180b455: remove need for labels in prediction drift (2424) (Noam Bressler) [2424](https://github.com/deepchecks/deepchecks/pull/2424)
- 73cb2d9: Nb/feat/confusion matrix nlp (2426) (Nadav Barak) [2426](https://github.com/deepchecks/deepchecks/pull/2426)
- 7a4477d: feature drift reduce output method fix (2428) (Yurii Romanyshyn) [2428](https://github.com/deepchecks/deepchecks/pull/2428)
- f875814: fix feature importance in feature drift reduce (2429) (JKL98ISR) [2429](https://github.com/deepchecks/deepchecks/pull/2429)
- 326ec9f: fix new_category_train_test.py display (2430) (Nadav Barak) [2430](https://github.com/deepchecks/deepchecks/pull/2430)
- 7c97676: fix edge case drift (2431) (JKL98ISR) [2431](https://github.com/deepchecks/deepchecks/pull/2431)
- 0bd8be4: Fix bugs in Text Outliers display (2433) (Nir Hutnik) [2433](https://github.com/deepchecks/deepchecks/pull/2433)
- bcf5d99: Merge branch 'main' into 0.13.x (nirhutnik)
- 49e5f9b: updated version (nirhutnik)

0.13.0

Not secure
Commits
- 59c96c3: Bumping to 0.12.0 🚀 (Itay Gabbay) [2356](https://github.com/deepchecks/deepchecks/pull/2356)
- e15761e: fix for binary scorer with single class (2352) (matanper) [2352](https://github.com/deepchecks/deepchecks/pull/2352)
- 04a0ba3: balance distributions in cramers v + new aggregation methods (Nadav Barak) [2354](https://github.com/deepchecks/deepchecks/pull/2354)
- 9a57a4c: Fix calculate feature importance for regression (2358) (Noam Bressler) [2358](https://github.com/deepchecks/deepchecks/pull/2358)
- f544e21: small spelling fix (2359) (Noam Bressler) [2359](https://github.com/deepchecks/deepchecks/pull/2359)
- ab56c3d: fix for imbalanced classes drift (2361) (Nadav Barak) [2361](https://github.com/deepchecks/deepchecks/pull/2361)
- 0bf7a80: Add large version of airbnb dataset (2362) (Noam Bressler) [2362](https://github.com/deepchecks/deepchecks/pull/2362)
- 744b39b: Fix new label reduce & add 2 reduce functions (2363) (Noam Bressler) [2363](https://github.com/deepchecks/deepchecks/pull/2363)
- 803fdec: defaults for single_dataset_performance.py (2366) (Nadav Barak) [2366](https://github.com/deepchecks/deepchecks/pull/2366)
- 020558a: changed plotly version to the latest (2360) (Yurii Romanyshyn) [2360](https://github.com/deepchecks/deepchecks/pull/2360)
- 3ac5d5f: Solve issue with pps inferring label type from dtype (2367) (Noam Bressler) [2367](https://github.com/deepchecks/deepchecks/pull/2367)
- cd16a8d: fix issue with reduce for integrity check (2368) (Noam Bressler) [2368](https://github.com/deepchecks/deepchecks/pull/2368)
- b3ebd99: Mixed null reduce now ignores a single null type (2370) (Noam Bressler) [2370](https://github.com/deepchecks/deepchecks/pull/2370)
- 3dda478: [DOCS] Update Welcome Docs (2372) (shir22) [2372](https://github.com/deepchecks/deepchecks/pull/2372)
- 675ec04: Added new NLP subpackage (alpha version) (1907) (Noam Bressler) [1907](https://github.com/deepchecks/deepchecks/pull/1907)
- 6e4f7ab: fix sorting of new category display (2384) (matanper) [2384](https://github.com/deepchecks/deepchecks/pull/2384)
- 6e28edf: Updated licenses in nlp (2390) (Nir Hutnik) [2390](https://github.com/deepchecks/deepchecks/pull/2390)
- 218f339: Add NLP quickstart and improve docs (Noam Bressler) [2383](https://github.com/deepchecks/deepchecks/pull/2383)
- 85e69bf: Created new checks without the redundant TrainTest prefix (2369) (Ofir Nissim) [2369](https://github.com/deepchecks/deepchecks/pull/2369)
- 962fbae: Removing 0.3,0.4,0.5 from docs (Itay Gabbay)
- 08e32cd: Added and corrected redirects (2392) (Ofir Nissim) [2392](https://github.com/deepchecks/deepchecks/pull/2392)
- 9701756: Fix link and address LabelDrift (2393) (Noam Bressler) [2393](https://github.com/deepchecks/deepchecks/pull/2393)
- 3391ad6: version (nirhutnik)
- d1d660d: Merge branch 'main' into 0.13.x (nirhutnik)

0.12.0

Not secure
Commits
- c8e3607: fix numeric lists in ci/cd docs (2321) (matanper) [2321](https://github.com/deepchecks/deepchecks/pull/2321)
- 4701569: Improve vision data head display (2322) (matanper) [2322](https://github.com/deepchecks/deepchecks/pull/2322)
- 67d6cf3: Add NewCategory to prod suite (2324) (Noam Bressler) [2324](https://github.com/deepchecks/deepchecks/pull/2324)
- cca4c2f: Noam/mon 1644 enable f1 as a default metric (2326) (Noam Bressler) [2326](https://github.com/deepchecks/deepchecks/pull/2326)
- 8c22221: Add imbalanced drift method (2329) (Nir Hutnik) [2329](https://github.com/deepchecks/deepchecks/pull/2329)
- 8daa466: Change KS to be the default drift method (2330) (Nir Hutnik) [2330](https://github.com/deepchecks/deepchecks/pull/2330)
- 025c162: added exception or drift_mode!=prediction and balance_classes=True for prediction drift (2331) (Nir Hutnik) [2331](https://github.com/deepchecks/deepchecks/pull/2331)
- a04a354: Fixed missed default (2335) (Nir Hutnik) [2335](https://github.com/deepchecks/deepchecks/pull/2335)
- 5c5b20a: ignore min_category_size_ratio for balance_classes=True (2336) (Nir Hutnik) [2336](https://github.com/deepchecks/deepchecks/pull/2336)
- 7dae2bb: Added the n_to_show parameter for the TrainTestSamplesMix test (2337) (Michael Marien) [2337](https://github.com/deepchecks/deepchecks/pull/2337)
- 1b26675: added min_samples to all drift checks (2339) (Nir Hutnik) [2339](https://github.com/deepchecks/deepchecks/pull/2339)
- ce8297b: Move the deepchecks metrics (fpr fnr tnr) multiclass versions to multiclass only (2340) (Noam Bressler) [2340](https://github.com/deepchecks/deepchecks/pull/2340)
- 018884d: fix if on pandas object (2342) (JKL98ISR) [2342](https://github.com/deepchecks/deepchecks/pull/2342)
- f148ae7: Fixing many issues in the docs (2343) (Itay Gabbay) [2343](https://github.com/deepchecks/deepchecks/pull/2343)
- 8121b7d: small updates to vision data head (2347) (matanper) [2347](https://github.com/deepchecks/deepchecks/pull/2347)
- ad707d2: fix train_test_prediction_drift reduce fails on value of 0 (2346) (matanper) [2346](https://github.com/deepchecks/deepchecks/pull/2346)
- 1867791: Added validation and normalization of feature importance (2348) (Nir Hutnik) [2348](https://github.com/deepchecks/deepchecks/pull/2348)
- 9a2f0bb: Consistent order in feature drift (2349) (matanper) [2349](https://github.com/deepchecks/deepchecks/pull/2349)
- 2e9cd7c: Bumping to 0.12.0 (Itay Gabbay)
- 6663f27: fixed bug in drift score min samples ordering (2350) (Nir Hutnik) [2350](https://github.com/deepchecks/deepchecks/pull/2350)
- 3e10c18: Merge branch 'main' of https://github.com/deepchecks/MLChecks into 0.12.x (Itay Gabbay)

0.11.1

Not secure
Documentation
- add MichaelMarien as a contributor for doc, and bug (2309) [2309](https://github.com/deepchecks/deepchecks/pull/2309) ([allcontributors[bot]](https://github.com/deepchecks/deepchecks/commit/7441bc7722635b3ce57970d2c2a0c7fe8221cf11))

Commits
- c7a6393: 0.11.0 bump (2312) (Nadav Barak) [2312](https://github.com/deepchecks/deepchecks/pull/2312)
- 10aa3c8: Update licence notice to include 2023 (2314) (Noam Bressler) [2314](https://github.com/deepchecks/deepchecks/pull/2314)
- dc475d1: aggregation method to be able to be set to None (left 'none' in for now for version stuff, will remove later) (2313) (JKL98ISR) [2313](https://github.com/deepchecks/deepchecks/pull/2313)
- bf825e3: Fix coverage issue with Yolov5 files (matanper) [2311](https://github.com/deepchecks/deepchecks/pull/2311)
- 53c7470: fix aggregation type validation in drift (2318) (JKL98ISR) [2318](https://github.com/deepchecks/deepchecks/pull/2318)
- ceccfa4: fix missing assets (2319) (matanper) [2319](https://github.com/deepchecks/deepchecks/pull/2319)
- 0b8a5b0: Add first CICD docs (2287) (matanper) [2287](https://github.com/deepchecks/deepchecks/pull/2287)
- 13c84c4: Merge branch 'main' into 0.11.x (Nadav-Barak)
- 2328cf8: hotfix - vision assets (Nadav-Barak)

0.11.0

Not secure
Documentation
- add chendingyan as a contributor for bug (2237) [2237](https://github.com/deepchecks/deepchecks/pull/2237) ([allcontributors[bot]](https://github.com/deepchecks/deepchecks/commit/c8d3bd5defdda64d74266587477839045dc210ec))
- add OlivierBinette as a contributor for code, doc, and ideas (2243) [2243](https://github.com/deepchecks/deepchecks/pull/2243) ([allcontributors[bot]](https://github.com/deepchecks/deepchecks/commit/f7e01037e7c74d060826aea0d4773f7e61fdd96c))
- add vargasa as a contributor for doc (2297) [2297](https://github.com/deepchecks/deepchecks/pull/2297) ([allcontributors[bot]](https://github.com/deepchecks/deepchecks/commit/e99653a9e223c4e1e4a0405f094e28b6ed98b072))

Commits
- db76e28: Updating the stable release to 0.10 (Itay Gabbay)
- 9e6a1b7: Add ReduceLabelMixin (2195) (Noam Bressler) [2195](https://github.com/deepchecks/deepchecks/pull/2195)
- 242987d: Fix for numpy 1.24 (2215) (matanper) [2215](https://github.com/deepchecks/deepchecks/pull/2215)
- f6ec207: Add y_pred to task type infer (2204) (matanper) [2204](https://github.com/deepchecks/deepchecks/pull/2204)
- 7999192: Download yolo pretrained from figshare (2220) (matanper) [2220](https://github.com/deepchecks/deepchecks/pull/2220)
- c6a4772: Fix various warnings (2207) (Noam Bressler) [2207](https://github.com/deepchecks/deepchecks/pull/2207)
- 3138c2c: fix problems with missing classes (2223) (JKL98ISR) [2223](https://github.com/deepchecks/deepchecks/pull/2223)
- 4280ae7: torch hub coco - skip github validation (2224) (matanper) [2224](https://github.com/deepchecks/deepchecks/pull/2224)
- cdfcfc5: Add explicit error message for binary scorers (2230) (matanper) [2230](https://github.com/deepchecks/deepchecks/pull/2230)
- 1dda60c: simple model scorers to accept averaged scorers (2236) (JKL98ISR) [2236](https://github.com/deepchecks/deepchecks/pull/2236)
- 2d3de6b: fix typo (2239) (Noam Bressler) [2239](https://github.com/deepchecks/deepchecks/pull/2239)
- abbed6e: Implement PerformanceBias (2225) (2226) (Noam Bressler) [2226](https://github.com/deepchecks/deepchecks/pull/2226)
- ce2870f: fix contributor table (2246) (Noam Bressler) [2246](https://github.com/deepchecks/deepchecks/pull/2246)
- 88907b0: Does not copy dataset if n_samples is none (2245) (matanper) [2245](https://github.com/deepchecks/deepchecks/pull/2245)
- a6ec6af: fix some type hints (2249) (matanper) [2249](https://github.com/deepchecks/deepchecks/pull/2249)
- cd4eec6: Fix PerformanceBias's documentation example: fix indent and fix ZeroDivision warning (2250) (Olivier Binette) [2250](https://github.com/deepchecks/deepchecks/pull/2250)
- 42810b2: ignore na default in label drift (2252) (Nadav Barak) [2252](https://github.com/deepchecks/deepchecks/pull/2252)
- 08eee13: Rename category mismatch to new category and update display (2255) (matanper) [2255](https://github.com/deepchecks/deepchecks/pull/2255)
- d81b897: New Issues will be labels with "linear" to get synced (2278) (Itay Gabbay) [2278](https://github.com/deepchecks/deepchecks/pull/2278)
- 1e52078: percent_of_nulls fig fix (2247) (JKL98ISR) [2247](https://github.com/deepchecks/deepchecks/pull/2247)
- f984ff4: Improve tabular context performance (2281) (matanper) [2281](https://github.com/deepchecks/deepchecks/pull/2281)
- 730cb8a: Warning Typo Fix (2293) (Andres Vargas) [2293](https://github.com/deepchecks/deepchecks/pull/2293)
- 8de8795: remove top 5 + some name changes (2303) (JKL98ISR) [2303](https://github.com/deepchecks/deepchecks/pull/2303)
- caeaa09: Vision renewed (2300) (Nadav Barak) [2300](https://github.com/deepchecks/deepchecks/pull/2300)
- 1ffb934: Vision docs fixes (2307) (Itay Gabbay) [2307](https://github.com/deepchecks/deepchecks/pull/2307)
- c17aea3: Add a production suite (Noam Bressler) [2310](https://github.com/deepchecks/deepchecks/pull/2310)
- 80c612f: Correctly spell supported with two p's (2308) (Michael Marien) [2308](https://github.com/deepchecks/deepchecks/pull/2308)
- fd5f638: 0.11.0 bump (Nadav-Barak)

0.10.0

Not secure
What's Changed
* Fix columns info data integrity call to return all columns by adding None to 'column_importance_sorter_dict' by alphabetagamer in https://github.com/deepchecks/deepchecks/pull/2120
* 1945 additional property texture level by TheSolY in https://github.com/deepchecks/deepchecks/pull/2128
* Enable getting model predictions using only the proba and the model_classes by noamzbr in https://github.com/deepchecks/deepchecks/pull/2126
* 2095 deepcheck vision metrics access by TheSolY in https://github.com/deepchecks/deepchecks/pull/2127
* docs: add alphabetagamer as a contributor for code, and bug by allcontributors in https://github.com/deepchecks/deepchecks/pull/2129
* image properties linton by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/2123
* 1721 update cv quickstarts remove reference to full suite by TheSolY in https://github.com/deepchecks/deepchecks/pull/2132
* Add mask dataset by noamzbr in https://github.com/deepchecks/deepchecks/pull/2130
* change time_index to day_index by noamzbr in https://github.com/deepchecks/deepchecks/pull/2136
* Fix the x zoom in edge cases of drift by noamzbr in https://github.com/deepchecks/deepchecks/pull/2138
* [Fix: 2110] Pass feature_importance_timeout through to feature importance by IngoStatworx in https://github.com/deepchecks/deepchecks/pull/2121
* docs: add IngoStatworx as a contributor for code, and bug by allcontributors in https://github.com/deepchecks/deepchecks/pull/2140
* Add an util to display the wolf husky dataset by noamzbr in https://github.com/deepchecks/deepchecks/pull/2139
* Ignore nans completely in new category check by noamzbr in https://github.com/deepchecks/deepchecks/pull/2143
* Fix _do_static_prop by matanper in https://github.com/deepchecks/deepchecks/pull/2145
* Fix warning in task_inference.py by matanper in https://github.com/deepchecks/deepchecks/pull/2149
* Greater is better by noamzbr in https://github.com/deepchecks/deepchecks/pull/2155
* Bug fix ROC report + some code cleanup by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/2154
* docstring rule all by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/2157
* Remove reduce from TrainTestPerformance by noamzbr in https://github.com/deepchecks/deepchecks/pull/2156
* 1780 vision weak segment performance by TheSolY in https://github.com/deepchecks/deepchecks/pull/2148
* Add return statement to the validate_format function by osw282 in https://github.com/deepchecks/deepchecks/pull/2133
* docs: add osw282 as a contributor for code by allcontributors in https://github.com/deepchecks/deepchecks/pull/2162
* Make CI pipeline run also on major feature branches by noamzbr in https://github.com/deepchecks/deepchecks/pull/2167
* Fix debugpy license check by matanper in https://github.com/deepchecks/deepchecks/pull/2180
* Cml markdown by bgalvao in https://github.com/deepchecks/deepchecks/pull/2147
* fixing test-windows by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/2178
* Fix cat segmentation by noamzbr in https://github.com/deepchecks/deepchecks/pull/2163
* Update all contributors badge by matanper in https://github.com/deepchecks/deepchecks/pull/2183
* docs: add bgalvao as a contributor for code, and doc by allcontributors in https://github.com/deepchecks/deepchecks/pull/2182
* Created junit serialization capability by rcwoolston in https://github.com/deepchecks/deepchecks/pull/2159
* docs: add rcwoolston as a contributor for code, doc, and ideas by allcontributors in https://github.com/deepchecks/deepchecks/pull/2164
* [DOCS] fix readme and update badge template by shir22 in https://github.com/deepchecks/deepchecks/pull/2187
* Fix tests runner by matanper in https://github.com/deepchecks/deepchecks/pull/2188
* Minor import and typo fixes by nirhutnik in https://github.com/deepchecks/deepchecks/pull/2191
* feature_aggregation_method_argument is shared, so it shouldn't say drift by noamzbr in https://github.com/deepchecks/deepchecks/pull/2186
* check config update by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/2192
* add_include_defaults_to_other_checks by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/2194

New Contributors
* alphabetagamer made their first contribution in https://github.com/deepchecks/deepchecks/pull/2120
* IngoStatworx made their first contribution in https://github.com/deepchecks/deepchecks/pull/2121
* osw282 made their first contribution in https://github.com/deepchecks/deepchecks/pull/2133
* bgalvao made their first contribution in https://github.com/deepchecks/deepchecks/pull/2147
* rcwoolston made their first contribution in https://github.com/deepchecks/deepchecks/pull/2159

**Full Changelog**: https://github.com/deepchecks/deepchecks/compare/0.9.2...0.10.0

Page 3 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.