Deepchecks

Latest version: v0.18.1

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

Scan your dependencies

Page 8 of 10

0.1.3

Not secure
Commits
- d332548: Fix x axis to show categorical correct (413) (matanper) [413](https://github.com/deepchecks/deepchecks/pull/413)
- Fix legend position (414) [414](https://github.com/deepchecks/deepchecks/pull/414) ([matanper](https://github.com/deepchecks/deepchecks/commit/452db7b2fe1d363a75fdd58a8966d79d82e15bbc))
- 76f256e: [Automatic] Examples Update (427) (deepchecks-bot) [427](https://github.com/deepchecks/deepchecks/pull/427)
- fbe6da3: Fix code example of scorer note docstring (426) (matanper) [426](https://github.com/deepchecks/deepchecks/pull/426)
- 44b539a: Update README.md (442) (shir22) [442](https://github.com/deepchecks/deepchecks/pull/442)
- aa87c08: Roc plotly (415) (JKL98ISR) [415](https://github.com/deepchecks/deepchecks/pull/415)
- 4d22f3a: Changing tag in GA (450) (Itay Gabbay) [450](https://github.com/deepchecks/deepchecks/pull/450)
- b0c3576: Fix trying to calculate features importance on none model (440) (matanper) [440](https://github.com/deepchecks/deepchecks/pull/440)
- 6c61816: Add to suite output the checks that haven't run because of missing parameters (436) (matanper) [436](https://github.com/deepchecks/deepchecks/pull/436)
- ed5fdf1: catch condition errors (449) (JKL98ISR) [449](https://github.com/deepchecks/deepchecks/pull/449)
- 6e93077: Issue template (448) (Itay Gabbay) [448](https://github.com/deepchecks/deepchecks/pull/448)
- 00d6726: Update config.yml (Itay Gabbay)
- cc315fd: test (445) (nirhutnik) [445](https://github.com/deepchecks/deepchecks/pull/445)
- 07f4624: move to plotly (455) (DBI) [455](https://github.com/deepchecks/deepchecks/pull/455)
- b8fc116: fix - validate_fitting failing when data contains only one label (Noam Bressler) [454](https://github.com/deepchecks/deepchecks/pull/454)
- f3dd910: Changing README files from markdown to RST (459) (Itay Gabbay) [459](https://github.com/deepchecks/deepchecks/pull/459)
- 63af15f: Fix overlap of titles in drift plots (462) (DBI) [462](https://github.com/deepchecks/deepchecks/pull/462)
- c917845: re-adding widget progressbar (460) (JKL98ISR) [460](https://github.com/deepchecks/deepchecks/pull/460)
- b95dc48: remove label_name from dataset constructor (456) (matanper) [456](https://github.com/deepchecks/deepchecks/pull/456)
- 50a49e3: Updating long description (463) (Itay Gabbay) [463](https://github.com/deepchecks/deepchecks/pull/463)
- 09e6fba: [issue-439] added 'Number of samples' column to the result dataframe; (461) (Yurii Romanyshyn) [461](https://github.com/deepchecks/deepchecks/pull/461)
- 375ae16: Create pull_request_template.md (465) (Itay Gabbay) [465](https://github.com/deepchecks/deepchecks/pull/465)
- 6080e21: Updating long description (471) (Itay Gabbay) [471](https://github.com/deepchecks/deepchecks/pull/471)

0.1.1

Not secure
Commits
- 551e30b: remove default class imbalance condition (412) (Noam Bressler) [412](https://github.com/deepchecks/deepchecks/pull/412)

0.1.0

Not secure
Commits
- d32acfd: Mlc 456 unused feature bug (379) (nirhutnik) [379](https://github.com/deepchecks/deepchecks/pull/379)
- 7c2d7a6: Label + prediction distribution (380) (nirhutnik) [380](https://github.com/deepchecks/deepchecks/pull/380)
- b92efaf: Mlc 185 drift for label and pred (388) (nirhutnik) [388](https://github.com/deepchecks/deepchecks/pull/388)
- e531c07: Make trust score plot cut off upper and lower 5% of data for display (391) (Noam Bressler) [391](https://github.com/deepchecks/deepchecks/pull/391)
- b994b21: Fixing conda packaging (389) (Itay Gabbay) [389](https://github.com/deepchecks/deepchecks/pull/389)
- 839f63a: Mlc 185 drift for label and pred (396) (nirhutnik) [396](https://github.com/deepchecks/deepchecks/pull/396)
- 7fc29b5: Simple model classes fix (395) (matanper) [395](https://github.com/deepchecks/deepchecks/pull/395)
- eb1300d: Fix confusion matrix heatmap (398) (matanper) [398](https://github.com/deepchecks/deepchecks/pull/398)
- ceee746: Add explanation about scorers to simple model check (387) (matanper) [387](https://github.com/deepchecks/deepchecks/pull/387)
- c3995e7: assume task type from model or label (397) (DBI) [397](https://github.com/deepchecks/deepchecks/pull/397)
- 700598c: Mlc 292 model error analysis (378) (Noam Bressler) [378](https://github.com/deepchecks/deepchecks/pull/378)
- e537e01: Temporary fix for groupby on category (399) (matanper) [399](https://github.com/deepchecks/deepchecks/pull/399)
- a18fc89: Merge performance report, Class Performance Imbalance and Train test Overfit into one check (364) (JKL98ISR) [364](https://github.com/deepchecks/deepchecks/pull/364)
- 5b8e1bc: drop nan before gausian_kde (402) (DBI) [402](https://github.com/deepchecks/deepchecks/pull/402)
- eb7e6bb: only one performance report (406) (Noam Bressler) [406](https://github.com/deepchecks/deepchecks/pull/406)
- df7ad4e: Fix model info to work with pipeline (405) (matanper) [405](https://github.com/deepchecks/deepchecks/pull/405)
- 652a1f4: Updated readme, user guide and how-to-guides (340) (shir22) [340](https://github.com/deepchecks/deepchecks/pull/340)
- f6b70e0: v0 (410) (JKL98ISR) [410](https://github.com/deepchecks/deepchecks/pull/410)
- 9279b06: [Automatic] Examples Update (411) (deepchecks-bot) [411](https://github.com/deepchecks/deepchecks/pull/411)

0.0.17

Not secure
Commits
- af0d0e8: Adding coverage (346) (Itay Gabbay) [346](https://github.com/deepchecks/deepchecks/pull/346)
- 88df3d6: infer task type (337) (DBI) [337](https://github.com/deepchecks/deepchecks/pull/337)
- 582f20b: add r2 score (347) (DBI) [347](https://github.com/deepchecks/deepchecks/pull/347)
- 55d30c0: add minimum outlier difference (344) (DBI) [344](https://github.com/deepchecks/deepchecks/pull/344)
- ae61e14: Simple model multi metric (341) (matanper) [341](https://github.com/deepchecks/deepchecks/pull/341)
- 664dfcb: update boosting overfit condition name (365) (matanper) [365](https://github.com/deepchecks/deepchecks/pull/365)
- f2d9ff1: Mlc 392 pps improvements (338) (nirhutnik) [338](https://github.com/deepchecks/deepchecks/pull/338)
- 4c89956: Fix model info default params (367) (matanper) [367](https://github.com/deepchecks/deepchecks/pull/367)
- 20edb8f: moved dataset legened to the right (369) (matanper) [369](https://github.com/deepchecks/deepchecks/pull/369)
- d1ea2fb: drop na_action from column.map, we already dropna (368) (DBI) [368](https://github.com/deepchecks/deepchecks/pull/368)
- 9464795: add prediction column to RegressionErrorDistribution (370) (Noam Bressler) [370](https://github.com/deepchecks/deepchecks/pull/370)
- 22e90f7: catch exception (375) (DBI) [375](https://github.com/deepchecks/deepchecks/pull/375)
- c011522: replace RegressionSystematicError with box plot that has the mean as hover value (372) (Noam Bressler) [372](https://github.com/deepchecks/deepchecks/pull/372)
- 268f1b1: small changes to comments (343) (nirhutnik) [343](https://github.com/deepchecks/deepchecks/pull/343)
- 0ec92d7: moving to coveralls (381) (Itay Gabbay) [381](https://github.com/deepchecks/deepchecks/pull/381)
- abb630e: Adding new drift nb (333) (Itay Gabbay) [333](https://github.com/deepchecks/deepchecks/pull/333)
- e9b0479: Adding files to package (383) (Itay Gabbay) [383](https://github.com/deepchecks/deepchecks/pull/383)
- b52146b: Update setup.py (Itay Gabbay)

0.0.16

Not secure
Commits
- 9979dbd: refactoring (307) (Yurii Romanyshyn) [307](https://github.com/deepchecks/deepchecks/pull/307)
- d8d4960: nbgen fix (310) (Itay Gabbay) [310](https://github.com/deepchecks/deepchecks/pull/310)
- 59b5d7c: [MLC-379] fixed suite result display (296) (Yurii Romanyshyn) [296](https://github.com/deepchecks/deepchecks/pull/296)
- ef3150f: [Automatic] Examples Update (311) (deepchecks-bot) [311](https://github.com/deepchecks/deepchecks/pull/311)
- 625ac3d: [MLC-413] replaced mathplot with plotly (312) (Yurii Romanyshyn) [312](https://github.com/deepchecks/deepchecks/pull/312)
- d12202e: Fixes to dataset creation logic (279) (Noam Bressler) [279](https://github.com/deepchecks/deepchecks/pull/279)
- 82a4284: [Automatic] Examples Update (314) (deepchecks-bot) [314](https://github.com/deepchecks/deepchecks/pull/314)
- 4b7108f: checking that datetime or index exists now acknowledges those in dataframe index (316) (Noam Bressler) [316](https://github.com/deepchecks/deepchecks/pull/316)
- 0a1bd1a: Add multimodel performance report (300) (matanper) [300](https://github.com/deepchecks/deepchecks/pull/300)
- 8010aff: change some conditions to category=ConditionCategory.WARN (319) (Noam Bressler) [319](https://github.com/deepchecks/deepchecks/pull/319)
- 292e9b9: Mlc 410 drift to plotly (313) (DBI) [313](https://github.com/deepchecks/deepchecks/pull/313)
- 23863e4: refactor trust score to plotly (320) (DBI) [320](https://github.com/deepchecks/deepchecks/pull/320)
- 8785ae6: [Automatic] Examples Update (321) (deepchecks-bot) [321](https://github.com/deepchecks/deepchecks/pull/321)
- b7f9ccd: Modifying plotly default backends (318) (Itay Gabbay) [318](https://github.com/deepchecks/deepchecks/pull/318)
- 4fbd46c: flatten coef_ in FI calculation for linear regression (326) (Noam Bressler) [326](https://github.com/deepchecks/deepchecks/pull/326)
- 45a0d82: Fixing docs search (324) (Itay Gabbay) [324](https://github.com/deepchecks/deepchecks/pull/324)
- ab39bc3: Conda tries (327) (Itay Gabbay) [327](https://github.com/deepchecks/deepchecks/pull/327)
- 4b917d3: add explicit exception for classifiers with no predict_proba (328) (Noam Bressler) [328](https://github.com/deepchecks/deepchecks/pull/328)
- c4af9e8: prevent Dataset object from re-inferring categorical features (330) (Noam Bressler) [330](https://github.com/deepchecks/deepchecks/pull/330)
- eb5fbbb: fix calibration score check (325) (DBI) [325](https://github.com/deepchecks/deepchecks/pull/325)
- 18fa121: [Automatic] Examples Update (332) (deepchecks-bot) [332](https://github.com/deepchecks/deepchecks/pull/332)
- da1e466: fix requirement for google colab (329) (DBI) [329](https://github.com/deepchecks/deepchecks/pull/329)
- 9b38a48: add train test split (331) (DBI) [331](https://github.com/deepchecks/deepchecks/pull/331)
- 1931cee: Change last occurrences of "Baseline" and "Dataset" to "Train" and "Test" (334) (Noam Bressler) [334](https://github.com/deepchecks/deepchecks/pull/334)
- c1d3c06: [Automatic] Examples Update (339) (deepchecks-bot) [339](https://github.com/deepchecks/deepchecks/pull/339)
- e9b5036: [MLC-388] added limit on dataset features number for features importance calculation (315) (Yurii Romanyshyn) [315](https://github.com/deepchecks/deepchecks/pull/315)
- bcbe81b: * Adding the datasets module (335) (Itay Gabbay) [335](https://github.com/deepchecks/deepchecks/pull/335)
- d3e4242: Mlc 457 check displays (336) (DBI) [336](https://github.com/deepchecks/deepchecks/pull/336)
- 1f0a71c: Update VERSION (Itay Gabbay)

0.0.15

Not secure
Commits
- 950de75: Fixing colab & notebook links (309) (Itay Gabbay) [309](https://github.com/deepchecks/deepchecks/pull/309)

Page 8 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.