提交

1739 次代码提交

作者 SHA1 备注 提交日期
Elías Snorrason 4a1a1fc4e0 Add v2.7.0 to docs (#1206)
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
CI / Test: Python 3.11 on macos-12 (push) Has been cancelled
CI / Test: Python 3.8 on macos-12 (push) Has been cancelled
CI / Test: Python 3.9 on macos-12 (push) Has been cancelled
CI / Test: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.10 on macos-12 (push) Has been cancelled
CI / Test: Python 3.8 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.9 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.10 on windows-latest (push) Has been cancelled
CI / Test: Python 3.11 on windows-latest (push) Has been cancelled
CI / Test: Python 3.8 on windows-latest (push) Has been cancelled
CI / Test: Python 3.9 on windows-latest (push) Has been cancelled
CI / Test without optional dependencies and with minimum compatible versions of dependencies (push) Has been cancelled
CI / Type check (push) Has been cancelled
CI / Format (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
v2.7.0
2024-09-26 16:43:25 +00:00
Elías Snorrason fcb653811c Bump version to 2.7.0 (#1205) 2024-09-26 16:39:02 +00:00
Elías Snorrason 8290144291 Update outlier issue parameters in issue_type_description.rst (#1204) 2024-09-26 14:40:26 +00:00
Elías Snorrason 9c563ed5c5 Add optional parameters section for spurious correlations (#1201) 2024-09-06 18:07:12 +00:00
Duke bf41a3a844 Consolidate test jobs (#1198) 2024-09-05 19:17:17 +00:00
Duke 941cef17fe Add documentation for cleanlab.datalab.internal.adapter (#1197)
Co-authored-by: dduong1603 <duke@ducs-mac-mini.lan>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-09-05 19:13:39 +00:00
dependabot[bot] d6fdc9f1c4 Bump artifact actions from 3 to 4 in /.github/workflows/gh-pages.yaml (#1199)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-09-04 16:32:12 +00:00
Rahul Aditya 0620487f86 updating default value of threshold for spurious correlations (#1194) 2024-08-29 17:03:46 +00:00
Jonas Mueller 4cf5c9dccc Add math for spurious correlation (#1196) 2024-08-28 20:00:54 +00:00
Jonas Mueller 894a33971f Clarify wording in the correlations report (#1195)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-08-26 15:45:25 +00:00
Elías Snorrason a1f08833c5 Change wording in issue type description for spurious correlations. (#1193) 2024-08-22 00:48:06 +00:00
Elías Snorrason 4b9de93bf2 Increase default threshold for spurious correlations (#1192) 2024-08-21 23:13:07 +00:00
Rahul Aditya b9796a540c Move spurious correlations dataframe to info in Datalab (#1181)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-08-21 00:34:24 +00:00
Elías Snorrason 8bc7cc91f7 remove datamonitor code (#1191) 2024-08-20 02:08:53 +00:00
Ganesh Tata 280db6acac Assign cluster score for all underperforming clusters (#1180) 2024-08-15 19:23:42 +00:00
Jonas Mueller 5f4d3cc7dc mention data monitoring is available (#1190) 2024-08-12 11:38:18 -07:00
Jonas Mueller 399938be1f Fix quickstart link formatting (#1189)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-08-12 10:26:48 +00:00
Elías Snorrason ed1943228c update README anchor link 2024-08-08 18:48:50 +00:00
Nelson Auner 25f9856d53 Update README (#1188)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-08-07 12:33:19 -04:00
Elías Snorrason a68b2c17f9 Pin codecov-action to version "v0.7.3" in CI workflow (#1184) 2024-08-05 19:01:11 +00:00
Nelson Auner b699edd9ac Update ctas at end of tutorials (#1182)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-08-02 16:02:49 -07:00
Rahul Aditya 774f5b4625 Run spurious correlation check for images by default in Datalab (#1171)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-07-30 16:27:22 +00:00
Jonas Mueller cebb53dd00 conclusion wording in the: improving ml tutorial (#1178) 2024-07-17 20:57:31 -07:00
Matthew Turk f96261d345 Fix edit data fn expansion cell formatting (#1177)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-07-17 19:53:09 -07:00
Elías Snorrason a8cb2839f0 Improve matplotlib Axes typing (#1174) 2024-07-11 16:20:59 -07:00
Curtis G. Northcutt e4be990d65 Add clarifying comment 2024-07-08 23:08:56 -07:00
Jonas Mueller aac393ae7e clear unused imports from test_frameworks 2024-07-09 02:07:04 -04:00
Curtis G. Northcutt 00ae7c83b2 Fix comment formatting 2024-07-08 23:02:46 -07:00
Jonas Mueller a02093bf15 Move models.fasttext wrapper to examples repo (#1173) 2024-07-08 22:10:52 -07:00
Jonas Mueller e00f76ca95 add xgboost to docs requirements
to patch build of:  https://github.com/cleanlab/cleanlab/pull/1071/
2024-07-08 23:32:14 -04:00
Matthew Turk 38183e3589 Merge pull request #1071 from cleanlab/add-train-test-clos-tutorial
Added new CLOS train test split tutorial notebook
2024-07-08 11:28:22 -07:00
Matt Turk a2c6bdfff0 Fixed trailing whitespace
CI / Test: Python 3.10 on windows (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
CI / Test: Python 3.11 on windows (push) Has been cancelled
CI / Test: Python 3.8 on windows (push) Has been cancelled
CI / Test: Python 3.9 on windows (push) Has been cancelled
CI / Test: Python 3.10 on macos-latest (push) Has been cancelled
CI / Test: Python 3.11 on macos-latest (push) Has been cancelled
CI / Test: Python 3.8 on macos-latest (push) Has been cancelled
CI / Test: Python 3.9 on macos-latest (push) Has been cancelled
CI / Test: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.8 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.9 on ubuntu-latest (push) Has been cancelled
CI / Test without optional dependencies and with minimum compatible versions of dependencies (push) Has been cancelled
CI / Type check (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
GitHub Pages / deploy (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
2024-07-08 10:08:20 -07:00
Matt Turk 88605001a7 Removed trailing whitespace for notebook linter 2024-07-07 22:40:43 -07:00
Matt Turk a3597714db Removed outputs from cell and confirmed tutorial looked good when building docs 2024-07-07 17:43:09 -07:00
Jonas Mueller 88613201fb markdown -> code cell 2024-07-07 03:26:01 -04:00
Jonas Mueller 460bb862be replace w updated file 2 2024-07-07 00:20:43 -07:00
Jonas Mueller 07ec147bb9 replace w updated file 2024-07-07 03:20:27 -04:00
Jonas Mueller bc66ee7054 test data curation 2024-07-06 23:52:14 -04:00
Jonas Mueller 0943bdd99e section headers 2024-07-06 23:41:08 -04:00
Jonas Mueller c351b50940 section numbering 2024-07-06 23:22:53 -04:00
Jonas Mueller 63f2f55655 model training desc 2024-07-06 23:12:20 -04:00
Jonas Mueller 1da171eb39 intro text refinements 2024-07-06 23:01:26 -04:00
Jonas Mueller 0f56347ccc reference CleanLearning 2024-07-06 22:59:14 -04:00
Jonas Mueller 7ca82c6e23 backticks standardization 2024-07-06 22:49:40 -04:00
Jonas Mueller fec315419e datalab on test data 2024-07-06 14:36:55 -04:00
Jonas Mueller 7893b03c83 period 2024-07-06 14:24:39 -04:00
Jonas Mueller 8759702e84 add more context in intro 2024-07-06 14:23:12 -04:00
Jonas Mueller 315d3ad784 2nd link to preprocessing definition 2024-07-06 13:56:14 -04:00
Anish Athalye 21c46c9cea Update docs share card title/description (#1172)
By @crisdobb, see https://github.com/cleanlab/cleanlab-docs/issues/10.
2024-07-05 09:37:49 -04:00
Martin Zornoza Auñon c915f77642 Improve performance of clip_values utility function(#1104) 2024-07-02 15:08:20 +00:00