Deepchecks

Latest version: v0.18.1

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

Scan your dependencies

Page 2 of 10

0.17.1

Not secure
Commits
- 0cda40a: 0.17.x update to main (2587) (Nir Hutnik) [2587](https://github.com/deepchecks/deepchecks/pull/2587)
- 8cf5507: [MON-2260] 'un_numpy' func fix (2586) (Yurii Romanyshyn) [2586](https://github.com/deepchecks/deepchecks/pull/2586)
- a26f5cb: Nb/docs/small fixes (2589) (Nadav Barak) [2589](https://github.com/deepchecks/deepchecks/pull/2589)
- 7bc2be0: Merge branch 'main' into 0.17.x (Noam Bressler)

0.17.0

Not secure
Documentation
- add hjain5164 as a contributor for doc (2555) [2555](https://github.com/deepchecks/deepchecks/pull/2555) ([allcontributors[bot]](https://github.com/deepchecks/deepchecks/commit/2d7e1e06baa0291262e39957f3bd66d3fd276c10))
- add hjain5164 as a contributor for bug (2564) [2564](https://github.com/deepchecks/deepchecks/pull/2564) ([allcontributors[bot]](https://github.com/deepchecks/deepchecks/commit/7ec66c6dc7b421bcb2374717bcdaaf12f3e94cb8))

Commits
- f728941: update version to 0.14.1.dev1 (2546) (Noam Bressler) [2546](https://github.com/deepchecks/deepchecks/pull/2546)
- d84ac71: [DEE-550] fix - 'dataset.select' mutates provided columns list (2544) (Yurii Romanyshyn) [2544](https://github.com/deepchecks/deepchecks/pull/2544)
- c153794: updated embeddings calculation functions names (2548) (Nir Hutnik) [2548](https://github.com/deepchecks/deepchecks/pull/2548)
- 5654063: fix deprecated styler method (2550) (matanper) [2550](https://github.com/deepchecks/deepchecks/pull/2550)
- 87de7d7: Noam/bugfix/token class bugfixes (2551) (Noam Bressler) [2551](https://github.com/deepchecks/deepchecks/pull/2551)
- a9c91cf: Fix prediction/label drift for token classification (2553) (Nir Hutnik) [2553](https://github.com/deepchecks/deepchecks/pull/2553)
- b097a88: Elaborate contribution guide for windows (Harsh Jain) [2534](https://github.com/deepchecks/deepchecks/pull/2534)
- a4144b3: Fixed message for missing embeddings (2554) (Nir Hutnik) [2554](https://github.com/deepchecks/deepchecks/pull/2554)
- 1ab9aef: Fixed minor bug in TrainTestPerformance condition (Nir Hutnik) [2556](https://github.com/deepchecks/deepchecks/pull/2556)
- ce15432: iqr range modification (2557) (Nadav Barak) [2557](https://github.com/deepchecks/deepchecks/pull/2557)
- 7c031aa: Add min_samples and n_top_classes to TrainTestPerformance in NLP (2558) (Nir Hutnik) [2558](https://github.com/deepchecks/deepchecks/pull/2558)
- bc74006: Missing package name in NLP quickstart (2563) (Harsh Jain) [2563](https://github.com/deepchecks/deepchecks/pull/2563)
- a487b0c: Nb/bug/weak segments fill na (2560) (Nadav Barak) [2560](https://github.com/deepchecks/deepchecks/pull/2560)
- cd1898f: data duplicates takes a long time for long docs (2561) (Noam Bressler) [2561](https://github.com/deepchecks/deepchecks/pull/2561)
- 7d311f5: Create token classification use case (2559) (Noam Bressler) [2559](https://github.com/deepchecks/deepchecks/pull/2559)
- 269a170: fix error in pandas 2 (2567) (matanper) [2567](https://github.com/deepchecks/deepchecks/pull/2567)
- 746a8c5: reorder checks in suites NLP (2568) (Nadav Barak) [2568](https://github.com/deepchecks/deepchecks/pull/2568)
- 7c5f3fb: Utilize fast tokenizers in Unknown Tokens check (Noam Bressler) [2569](https://github.com/deepchecks/deepchecks/pull/2569)
- 133d395: Fix bug in binary classification support in nlp (Nadav Barak) [2571](https://github.com/deepchecks/deepchecks/pull/2571)
- 70d6289: Improved run times of properties (Nir Hutnik) [2566](https://github.com/deepchecks/deepchecks/pull/2566)
- 96c67c0: Fix the property drift check name and others various fixes (2572) (Noam Bressler) [2572](https://github.com/deepchecks/deepchecks/pull/2572)
- 70886a5: [MON-2340] moved airbnb files to s3 (2575) (Yurii Romanyshyn) [2575](https://github.com/deepchecks/deepchecks/pull/2575)
- 90cc7d6: Nb/feat/special chars check (2576) (Nadav Barak) [2576](https://github.com/deepchecks/deepchecks/pull/2576)
- ab64c80: Added description and URL for text properties in plots (2574) (Harsh Jain) [2574](https://github.com/deepchecks/deepchecks/pull/2574)
- 6889a3c: [DOCS] Update readme (unify testing, ci & testing management, monitoring) (2577) (shir22) [2577](https://github.com/deepchecks/deepchecks/pull/2577)
- 42bd8c6: [DOCS] Update Readme (2580) (shir22) [2580](https://github.com/deepchecks/deepchecks/pull/2580)
- ac7b35d: Embed long documents with openai (2573) (Noam Bressler) [2573](https://github.com/deepchecks/deepchecks/pull/2573)
- 5a39ec5: take properties type from built in dict and not from user. (2579) (Noam Bressler) [2579](https://github.com/deepchecks/deepchecks/pull/2579)
- d1af76b: replace airbnb link (2584) (matanper) [2584](https://github.com/deepchecks/deepchecks/pull/2584)
- 59464b8: condition for outlier check + bug fix in validation (Nadav Barak) [2583](https://github.com/deepchecks/deepchecks/pull/2583)
- b62a8bd: Noam/address null properties (2585) (Noam Bressler) [2585](https://github.com/deepchecks/deepchecks/pull/2585)
- 43dc418: Fix bugs in properties - make long run calcs work faster again. (Nir Hutnik) [2581](https://github.com/deepchecks/deepchecks/pull/2581)
- 1e24c21: updated version (nirhutnik)

0.14.1

Not secure
Commits
- 6b6c4cb: [DEE-456] nlp dummy model refactoring (2511) (Yurii Romanyshyn) [2511](https://github.com/deepchecks/deepchecks/pull/2511)
- 90d34eb: update main to 0.14.0 (2521) (Noam Bressler) [2521](https://github.com/deepchecks/deepchecks/pull/2521)
- fe3f69e: Plot files under annotated checks (2516) (Nadav Barak) [2516](https://github.com/deepchecks/deepchecks/pull/2516)
- 3ebf01c: Fixes 2454 Added Readability score and average sentence length text property (2512) (Harsh Jain) [2512](https://github.com/deepchecks/deepchecks/pull/2512)
- 63606de: fix version in docs (2522) (JKL98ISR) [2522](https://github.com/deepchecks/deepchecks/pull/2522)
- 3ff8209: fix version in docs (2522) (JKL98ISR)
- f205e23: change nlp to beta (2527) (Noam Bressler) [2527](https://github.com/deepchecks/deepchecks/pull/2527)
- d6bab6a: Changed text embeddings to numpy array (Nir Hutnik) [2528](https://github.com/deepchecks/deepchecks/pull/2528)
- 78124a9: Nb/feat/support multi label (2531) (Nadav Barak) [2531](https://github.com/deepchecks/deepchecks/pull/2531)
- a08cb72: Added support of token classification to PredictionDrift & LabelDrift (2533) (Nir Hutnik) [2533](https://github.com/deepchecks/deepchecks/pull/2533)
- 7f88992: Updated label display in NLP (2532) (Nir Hutnik) [2532](https://github.com/deepchecks/deepchecks/pull/2532)
- 90fff26: [DEE-417] do not calculate english-only text properties for not english samples (2525) (Yurii Romanyshyn) [2525](https://github.com/deepchecks/deepchecks/pull/2525)
- a2b9fce: [DOCS] Add JMLR Paper reference to CITATION.cff (2486) (shir22) [2486](https://github.com/deepchecks/deepchecks/pull/2486)
- 32fb463: Extended just dance dataset + small fixes (2538) (Nadav Barak) [2538](https://github.com/deepchecks/deepchecks/pull/2538)
- cdab603: Remove langdetect from requirements (Nir Hutnik) [2535](https://github.com/deepchecks/deepchecks/pull/2535)
- aaafe51: Noam/dee 593 plot example for integrity checks (2542) (Noam Bressler) [2542](https://github.com/deepchecks/deepchecks/pull/2542)
- 1baf39f: Noam/dee 530 feat improved quickstart for nlp (2540) (Noam Bressler) [2540](https://github.com/deepchecks/deepchecks/pull/2540)
- cac68b9: fix set_precision in pandas deprecated (2543) (matanper) [2543](https://github.com/deepchecks/deepchecks/pull/2543)
- a886103: multi label quick start (2541) (Nadav Barak) [2541](https://github.com/deepchecks/deepchecks/pull/2541)
- a1f921e: Fixes 2524 Refactoring of the calculate_default_properties function and adding new text properties (2536) (Harsh Jain) [2536](https://github.com/deepchecks/deepchecks/pull/2536)
- fbecc3e: fix reference to nlp in vision (2545) (Noam Bressler) [2545](https://github.com/deepchecks/deepchecks/pull/2545)
- 119104d: Merge branch 'main' into 0.14.x (Noam Bressler)

0.14.0

Not secure
Documentation
- add thewchan as a contributor for code (2441) [2441](https://github.com/deepchecks/deepchecks/pull/2441) ([allcontributors[bot]](https://github.com/deepchecks/deepchecks/commit/5df1840584c02f860972ee441cfbc6b67ea215a4))
- add hjain5164 as a contributor for code (2499) [2499](https://github.com/deepchecks/deepchecks/pull/2499) ([allcontributors[bot]](https://github.com/deepchecks/deepchecks/commit/841fbcb786f7527bc40ee8c24535af7e71830852))

Commits
- 2a24338: updated dataset - airbnb (2434) (Nadav Barak) [2434](https://github.com/deepchecks/deepchecks/pull/2434)
- 656d5fc: refactor text data (2432) (Nadav Barak) [2432](https://github.com/deepchecks/deepchecks/pull/2432)
- 1657295: Add Additional Permissions to License (shir22) [2436](https://github.com/deepchecks/deepchecks/pull/2436)
- 9449798: Improve column type inference (2440) (matanper) [2440](https://github.com/deepchecks/deepchecks/pull/2440)
- d246a34: fix sklearn warning (2442) (matanper) [2442](https://github.com/deepchecks/deepchecks/pull/2442)
- 32536c8: Update MANIFEST.in to include nlp-prop-requirements.txt (2437) (Matt Chan) [2437](https://github.com/deepchecks/deepchecks/pull/2437)
- a084852: [DEE-443;DEE-460] text properties refactoring; removal of 'TextData.properties_types' and 'TextData.metadata_types' (2438) (Yurii Romanyshyn) [2438](https://github.com/deepchecks/deepchecks/pull/2438)
- 4dc1bad: nlp doc structure + metrics_guide.rst (2449) (Nadav Barak) [2449](https://github.com/deepchecks/deepchecks/pull/2449)
- 78867f8: don't fail on langdetect (2444) (matanper) [2444](https://github.com/deepchecks/deepchecks/pull/2444)
- c03a2ae: tweet eval ds update + single dataset performance (2451) (Nadav Barak) [2451](https://github.com/deepchecks/deepchecks/pull/2451)
- 0d105c8: [DEE-440] added error msg to checks that do not support token/multi-label classification (2445) (Yurii Romanyshyn) [2445](https://github.com/deepchecks/deepchecks/pull/2445)
- 76d5957: performance docs NLP (2453) (Nadav Barak) [2453](https://github.com/deepchecks/deepchecks/pull/2453)
- 750d2d6: [DEE-457] "PropertyDrift" and "TrainTestPerformance" checks (2456) (Yurii Romanyshyn) [2456](https://github.com/deepchecks/deepchecks/pull/2456)
- ca57913: update_version_to_comply_with_new_pep (2466) (JKL98ISR) [2466](https://github.com/deepchecks/deepchecks/pull/2466)
- 53c8d87: fix hide index (2465) (matanper) [2465](https://github.com/deepchecks/deepchecks/pull/2465)
- 1bec6b5: Nb/feat/multi label (2467) (Nadav Barak) [2467](https://github.com/deepchecks/deepchecks/pull/2467)
- aee73d1: [DEE-486] nlp 'token_*_per_class' scorers fix (2458) (Yurii Romanyshyn) [2458](https://github.com/deepchecks/deepchecks/pull/2458)
- e4429e3: documentation restructure (Nadav Barak) [2457](https://github.com/deepchecks/deepchecks/pull/2457)
- 0b39ef1: Added properties and metadata guides (2468) (Nir Hutnik) [2468](https://github.com/deepchecks/deepchecks/pull/2468)
- cfb005c: Remove failing test (2473) (Noam Bressler) [2473](https://github.com/deepchecks/deepchecks/pull/2473)
- 019ac48: [DEE-510] nlp integrity checks (2471) (Yurii Romanyshyn) [2471](https://github.com/deepchecks/deepchecks/pull/2471)
- c733c14: Examples for property drift and train test performance (Noam Bressler) [2470](https://github.com/deepchecks/deepchecks/pull/2470)
- c565c04: update_cli_ubuntu (2474) (JKL98ISR) [2474](https://github.com/deepchecks/deepchecks/pull/2474)
- c503c94: Add unknown token check (2483) (Noam Bressler) [2483](https://github.com/deepchecks/deepchecks/pull/2483)
- c369227: [DOCS] Update Main Page for New Structure (2484) (shir22) [2484](https://github.com/deepchecks/deepchecks/pull/2484)
- d99add3: Nb/docs/warnings fix (2482) (Nadav Barak) [2482](https://github.com/deepchecks/deepchecks/pull/2482)
- 3bbaa09: simplify weak segments (2485) (Nadav Barak) [2485](https://github.com/deepchecks/deepchecks/pull/2485)
- 2e08fd8: Update welcome and add link to Deepchecks Monitoring (2490) (shir22) [2490](https://github.com/deepchecks/deepchecks/pull/2490)
- bcbfa68: add test data docs (2488) (Noam Bressler) [2488](https://github.com/deepchecks/deepchecks/pull/2488)
- 294ed16: Noam/dee 538 better handle download of nltk (2493) (Noam Bressler) [2493](https://github.com/deepchecks/deepchecks/pull/2493)
- 728cc44: Weak segments refactor + bug fix (2491) (Nadav Barak) [2491](https://github.com/deepchecks/deepchecks/pull/2491)
- 7f107b2: [BUG] added forgotten 'raise' keyword (2496) (Yurii Romanyshyn) [2496](https://github.com/deepchecks/deepchecks/pull/2496)
- 4a66c72: Fixes 2452 Added two new text properties (2478) (Harsh Jain) [2478](https://github.com/deepchecks/deepchecks/pull/2478)
- 0e011b0: Several fixes (Noam Bressler) [2494](https://github.com/deepchecks/deepchecks/pull/2494)
- f9bf86d: Noam/bugfix/nlp various fixes (Noam Bressler) [2501](https://github.com/deepchecks/deepchecks/pull/2501)
- 0138592: [DEE-506] added 'models_storage' param to the 'calculate_default_properties' function (2477) (Yurii Romanyshyn) [2477](https://github.com/deepchecks/deepchecks/pull/2477)
- 9d1261c: Feat/Add Misclassified samples lower than condition to Confusion Matrix Report (2500) (Kishore Sampath) [2500](https://github.com/deepchecks/deepchecks/pull/2500)
- 122263b: Improve lang detection (2506) (Noam Bressler) [2506](https://github.com/deepchecks/deepchecks/pull/2506)
- 5e60e95: Noam/dee 480 support weak segments in multilabel (2507) (Noam Bressler) [2507](https://github.com/deepchecks/deepchecks/pull/2507)
- 7e0365b: Fix api docs (2508) (Itay Gabbay) [2508](https://github.com/deepchecks/deepchecks/pull/2508)
- 8e73fe2: Noam/feature/update default suites (2510) (Noam Bressler) [2510](https://github.com/deepchecks/deepchecks/pull/2510)
- 45bc883: Nb/feat/under annotated checks (2505) (Nadav Barak) [2505](https://github.com/deepchecks/deepchecks/pull/2505)
- 56bedfb: Added embeddings drift check + embeddings support in TextData (2502) (Nir Hutnik) [2502](https://github.com/deepchecks/deepchecks/pull/2502)
- 411a25a: under annotated check - support multi label and token classification (2513) (Nadav Barak) [2513](https://github.com/deepchecks/deepchecks/pull/2513)
- 0dc9d7f: [DOCS] Update ci-cd order and fix link (2514) (shir22) [2514](https://github.com/deepchecks/deepchecks/pull/2514)
- 59535f3: small fixes (2515) (Noam Bressler) [2515](https://github.com/deepchecks/deepchecks/pull/2515)
- 7b49dc2: 0.14.0 release (Noam Bressler)
- cfc9f9d: fix fasttext file path issue (2518) (Noam Bressler) [2518](https://github.com/deepchecks/deepchecks/pull/2518)
- 03960dc: Merge branch 'main' into 0.14.x (Noam Bressler)

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)

Page 2 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.