文件历史

提交图

526 次代码提交

作者 SHA1 备注 提交日期
Ulyana 57da0c9d89 proper json format for notebooks 2026-01-07 16:24:05 -08:00
Ulyana 14d496e0dd address reading sources... [ 95%] tutorials/object_detection image wrong place issue 2026-01-07 15:57:32 -08:00
Ulyana b710340c9e fix formatting for improving_ml_performance notebook 2026-01-07 15:41:43 -08:00
Ulyana 4b901869e9 fix error reading sources... [ 91%] tutorials/improving_ml_performance 2026-01-07 15:15:55 -08:00
Ulyana 23f0192bda address reading sources... [ 81%] tutorials/clean_learning/text break 2026-01-07 14:58:19 -08:00
Matthew Turk bde1f0c535 Address PR review comments: add %%capture and update huggingface_hub version (#1274) 2026-01-07 14:12:25 -08:00
Matt Turk 25349f0c72 Clear outputs 2025-12-18 18:18:46 -05:00
Matt Turk 6d69e41275 Fixed object detection tutorial to use HFHub 2025-12-18 18:14:06 -05:00
Matt Turk 66e94ebb0a Fix HuggingFace Hub downloads by adding repo_type="dataset"
The tutorial notebooks were failing with 404 errors because hf_hub_download()
defaults to looking for model repositories, not dataset repositories.

Fixed by adding repo_type="dataset" parameter to all hf_hub_download() calls in:
- object_detection.ipynb (3 downloads: labels.pkl, predictions.pkl, example_images.zip)
- segmentation.ipynb (2 downloads: given_masks.npy, predicted_masks.npy)
- token_classification.ipynb (1 download: pred_probs.npz)

This ensures the downloads use the correct URL format:
https://huggingface.co/datasets/Cleanlab/... instead of
https://huggingface.co/Cleanlab/...

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-18 18:08:17 -05:00
Matt Turk 8413ad8676 Migrate tutorials to HuggingFace Hub datasets
Replace S3 URLs with HuggingFace Hub dataset loading across all 4 tutorials:
- improving_ml_performance.ipynb: Use load_dataset("Cleanlab/student-grades")
- object_detection.ipynb: Use hf_hub_download for labels, predictions, and images
- segmentation.ipynb: Use hf_hub_download for given_masks and predicted_masks
- token_classification.ipynb: Use hf_hub_download for pred_probs

All tutorials now load data from HuggingFace Hub instead of S3, with proper
imports and dependencies added (datasets, huggingface_hub).

🤖 Generated with Claude Code
2025-12-18 17:25:03 -05:00
Jonas Mueller 6cffe92f4b shorten improving ML tutorial (#1266) 2025-12-15 19:24:31 -08:00
Jonas Mueller ab3cd6577d Update documentation/tutorials to remove Easy Mode sections (#1265) 2025-12-15 19:19:36 -08:00
Jonas Mueller 16eed69450 Shorten FAQ (#1264) 2025-12-15 17:07:59 -08:00
Max Buchan 50edd51169 remove agility chat
GitHub Pages / deploy (push) Has been cancelled
CI / Test: Python 3.10 on macos-13 (push) Has been cancelled
CI / Test: Python 3.11 on macos-13 (push) Has been cancelled
CI / Test: Python 3.8 on macos-13 (push) Has been cancelled
CI / Test: Python 3.9 on macos-13 (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: 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
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
2025-09-03 13:51:30 -07:00
Jonas Mueller 562a0068da update faq to clarify non-classification tasks are supported 2025-03-11 18:13:25 -07:00
Elías Snorrason db1d33041b update version for 2.7.1 release (#1230)
GitHub Markdown Links / test (push) Has been cancelled
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
CI / Test: Python 3.10 on macos-13 (push) Has been cancelled
CI / Test: Python 3.11 on macos-13 (push) Has been cancelled
CI / Test: Python 3.8 on macos-13 (push) Has been cancelled
CI / Test: Python 3.9 on macos-13 (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: 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
2025-02-27 14:49:50 +00:00
Max Buchan d083bb5cb4 Bump chat version (#1227)
* bump chat version and add placeholder text

* set chat version to 1.1.1
2025-02-06 02:01:10 +00:00
Max Buchan 7af62ded09 remove center class from stars
CI / Test: Python 3.10 on macos-13 (push) Has been cancelled
CI / Test: Python 3.11 on macos-13 (push) Has been cancelled
CI / Test: Python 3.8 on macos-13 (push) Has been cancelled
CI / Test: Python 3.9 on macos-13 (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: Python 3.10 on windows-latest (push) Has been cancelled
CI / Test: Python 3.11 on windows-latest (push) Has been cancelled
GitHub Pages / deploy (push) Has been cancelled
GitHub Markdown Links / test (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
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
2025-02-03 14:18:29 -08:00
Andrew Oh 164fbc0111 update logo, ignore url 2025-02-03 10:08:49 -08:00
Andrew Oh 0fd9c2780a update assistant 2025-02-03 09:52:43 -08:00
Andrew Oh b7586b6f12 don't need to include the embedded component js file now 2025-02-03 09:52:43 -08:00
Andrew Oh d2e470e624 use access token 2025-02-03 09:52:43 -08:00
Andrew Oh 32aefdc3b0 Update page.html 2025-02-03 09:52:43 -08:00
Andrew Oh 7292d186a7 use CDN for agility script 2025-02-03 09:52:43 -08:00
Andrew Oh 0e86a5d5a4 update script reference 2025-02-03 09:52:43 -08:00
Andrew Oh 754a7a5246 use updated script 2025-02-03 09:52:43 -08:00
Andrew Oh 44144cd660 add script correctly 2025-02-03 09:52:43 -08:00
Andrew Oh c13591dfaa script is more demure 2025-02-03 09:52:43 -08:00
Andrew Oh 1b8e1cf910 smaller agility code 2025-02-03 09:52:43 -08:00
Andrew Oh bda8d1b30c modify template to use embedded chat 2025-02-03 09:52:43 -08:00
Gordon Lim 056d030620 update misc workflows datalab tutorial non-IID section to show overal… (#1221)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-12-29 08:02:07 -05:00
Jonas Mueller c2fdd17545 check issue types detected at end of datalab quickstart (#1220) 2024-12-26 06:09:16 -05:00
Andrew Oh 17ed918299 Cap huggingface_hub and sklearn versions to fix Github Page builds (#1213)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-12-09 22:29:10 -08:00
Andrew Oh 082bddb95a add additional info to docs readme (#1212) 2024-12-06 18:18:28 -08:00
Maximilian Joas f7a29560ec Add issue manager for detecting identifier columns in features (#1120)
Co-authored-by: Ganesh Tata <tataganesh95@gmail.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-10-23 14:54:18 +00:00
Anish Athalye c0e9dca0cd Update link 2024-10-19 08:44:54 -07:00
Elías Snorrason c3ac61dd16 update readme and docs frontpage (#1208) 2024-09-30 16:34:14 +00:00
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
2024-09-26 16:43:25 +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 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
Jonas Mueller 4cf5c9dccc Add math for spurious correlation (#1196) 2024-08-28 20:00:54 +00:00
Elías Snorrason a1f08833c5 Change wording in issue type description for spurious correlations. (#1193) 2024-08-22 00:48:06 +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
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
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