提交

提交图

1813 次代码提交

作者 SHA1 备注 提交日期
Ulyana a197e570d7 remove caching
CI / Format (push) Has been cancelled
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
CI / Tests temporarily disabled for docs building (push) Has been cancelled
GitHub Pages / deploy (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
2026-01-07 17:38:43 -08:00
Ulyana a3e53b8425 improve Post Cache dependencies time (> 1hr prior) 2026-01-07 17:08:21 -08:00
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
Ulyana cbd0e7f77f Merge branch 'master' into migrate-tutorials-to-hf-hub
GitHub Pages / deploy (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
CI / Core Tests: Python 3.10 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.11 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.12 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.13 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.14 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.12 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.13 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.14 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.10 on windows-latest (push) Has been cancelled
CI / Core Tests: Python 3.11 on windows-latest (push) Has been cancelled
CI / Core Tests: Python 3.12 on windows-latest (push) Has been cancelled
CI / Core Tests: Python 3.13 on windows-latest (push) Has been cancelled
CI / Core Tests: Python 3.14 on windows-latest (push) Has been cancelled
CI / ML Framework Tests: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / ML Framework Tests: Python 3.11 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
GitHub Markdown Links / test (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
2026-01-07 14:36:17 -08:00
Ulyana b812446185 Merge branch 'master' into migrate-tutorials-to-hf-hub 2026-01-07 14:35:55 -08:00
Ulyana 97471d6ed5 Delete Untitled.ipynb 2026-01-07 14:32:30 -08:00
Ulyana 98b3ef07ad Up version to 2.8.0 (#1277) 2026-01-07 14:21:08 -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
Ulyana 980c6ddc07 Extend package support Python 10-14 + relax dependencies (#1276) 2026-01-07 14:11:40 -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
Elías Snorrason 7c390f9ac9 Handle new Column types from datasets 4.0.0+ in Datalab (#1267)
* compatibility with Column types in label validation introduced in datasets 4.0.0+

* remove upper bound for datasets dependency pin allow
2025-12-17 16:44:26 +00:00
Elías Snorrason 39a46bc2d6 Update Python version requirements to 3.10 in pyproject.toml, README.md, and CI configuration (#1268)
Drop Python versions that have reached EOL
2025-12-17 16:42:50 +00: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
Jonas Mueller 0167accd0a license (#1263)
change license to Apache 2.0

---------

Co-authored-by: Anish Athalye <me@anishathalye.com>
2025-12-15 16:56:30 -08:00
Jonas Mueller c5e810da3f simplify readme (#1262) 2025-12-14 21:01:35 -08:00
Max Buchan c2d45fa047 Update README.md links to blog (#1257) 2025-11-09 17:44:26 -08:00
Max Buchan fd3f8c403b Merge pull request #1251 from cleanlab/max/update-deps
upgrade dependendecies for gh-pages.yaml
2025-09-05 13:21:46 -07:00
Max Buchan af0f426d9a checkout v5
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-05 10:58:16 -07:00
Max Buchan a9b5b44310 more recent versions 2025-09-05 10:52:52 -07:00
Max Buchan e5e679de61 upgrade setup-node 2025-09-05 10:50:34 -07:00
Max Buchan b20edeac44 upgrade dependendecies for gh-pages.yaml 2025-09-05 09:54:21 -07:00
Max Buchan 2d45e5bf59 Merge pull request #1250 from cleanlab/max/remove-chat
Remove agility chat
2025-09-03 14:02:02 -07: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 c14e38c6aa cap datasets dependency package to version <4.0.0 (#1247) 2025-08-22 17:17:07 -07:00
Jonas Mueller 778034e088 Update README.md 2025-08-20 11:39:33 -07:00
Jonas Mueller 915215df1a new image 2025-07-10 19:04:19 -07:00
Jonas Mueller 098b266284 cleanup README.md 2025-07-10 18:52:35 -07:00
Jonas Mueller 1fe1c5885f top bars 2025-07-10 18:46:17 -07:00
Jonas Mueller 9290531fa0 format 2025-07-10 18:43:50 -07:00
Jonas Mueller 70089232af bottom header 2025-07-10 18:36:37 -07:00
Jonas Mueller 64b9f99e85 readme bottom text 2025-07-10 18:36:09 -07:00
Jonas Mueller 0c2010164f update text 2025-07-10 18:28:36 -07:00
Jonas Mueller 3e9cb2e43c link in README 2025-04-09 23:03:37 -07:00
Jonas Mueller 00328e7c0c reorder README 2025-04-09 23:00:53 -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
v2.7.1
2025-02-27 14:49:50 +00:00
Elías Snorrason 874f7c2730 Update links to studio docs in Readme(#1231) 2025-02-27 14:45:40 +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 8ec47bc867 Merge pull request #1226 from cleanlab/stars-align
left align github stars in docs
2025-02-05 14:25:22 -08: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 1339ac4e05 Merge pull request #1216 from cleanlab/embedded-chat
Add agillity embedded chat to docs.cleanlab.ai
2025-02-03 13:14:43 -08:00