文件历史

提交图

35 次代码提交

作者 SHA1 备注 提交日期
Ulyana 9ec8da7a70 Remove TensorFlow integration (#1273) 2026-01-06 16:48:49 -08: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
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
Elías Snorrason a7aab16ed6 Add notebook with miscellaneous Datalab workflows (#1125)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-06-11 14:50:30 +00:00
Elías Snorrason 231ab6314d List out issue names for each issue type in Datalab Issue Type Guide (#1024)
- Show how an issue name is used in Datalab.find_issues()
- Add sphinx_jinja as a dependency for using .rst-templates
2024-02-23 21:49:19 +00:00
Elías Snorrason 708e81edcf add nbconvert library to requirements.txt (#1013)
Pin it to version 7.13 to avoid possible tqdm error, discussed in https://github.com/jupyter/nbconvert/issues/2092

Maybe unrelated to weird tqdm outputs in notebook tutorials in the docs.
2024-02-16 01:53:39 +00:00
Elías Snorrason bad83457f3 Drop Python 3.7 support and add Python 3.11 support (#980) 2024-02-07 14:46:58 -07:00
Elías Snorrason a8d2170f0d add extention to docs for Open Graph metadata (#881) 2024-01-16 18:10:50 +00:00
Elías Snorrason afafe4e9f5 Bump lower bounds of datasets library for docs (#880)
* bump lower bounds of datasets for docs dependencies

* update lower bounds of huggingface_hub in docs requirements
2023-11-02 14:59:37 +00:00
Sanjana a5f76390ce Update docs/requirements.txt
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-09-06 11:46:42 +01:00
Sanjana Garg ea9f62513e Updated docs requirements 2023-09-05 17:12:27 +01:00
Jonas Mueller 615e022e06 include cleanvision in docs requirements
CI / Test: Python 3.10 on windows (push) Has been cancelled
CI / Test: Python 3.7 on windows (push) Has been cancelled
CI / Test: Python 3.8 on windows (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 Pages / deploy (push) Has been cancelled
GitHub Markdown Links / test (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.7 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 / Lint Notebooks (push) Has been cancelled
CI / Test: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.7 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
GitHub Pages / links (push) Has been cancelled
2023-09-01 17:31:29 -07:00
Anish Athalye 393a737a75 Add analytics for docs website (#769) 2023-07-13 07:03:16 -04:00
Hui Wen 9c32337840 Update text and tabular tutorial (#673) 2023-04-27 13:58:56 -04:00
Elías Snorrason 64edc95630 Introduce Datalab (#614)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Jesse Cummings <jecummin@mit.edu>
Co-authored-by: Jesse Cummings <jecummin@users.noreply.github.com>
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com>
2023-04-25 09:26:43 -07:00
Hui Wen fd5fd2cd40 update fasttext installation requirement (#671) 2023-04-17 21:38:49 -07:00
Jonas Mueller e2611e76a1 upgrade torch in docs (#607)
* upgrade versions of docs dependencies: torch, torchvision, speechbrain, etc
2023-02-07 13:26:35 -08:00
Hui Wen fe9efda269 update docs dependencies (#593) 2023-01-06 14:22:16 -08:00
Hui Wen d62fad78a6 Fix text tutorial, use GBM model in tabular tutorial (#565)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2022-12-13 13:11:11 -08:00
Elías Snorrason 729c9f3068 Add autodoc-typehints extension for sphinx (#412)
* add autodoc-typehints extension for sphinx

With the extension: Function parameters are auto-tagged in docs, based on the function signatures.

Resolves #398

* disable use of :rtype: role by napoleon

output return type inline with description (https://sphinxcontrib-napoleon.readthedocs.io/en/latest/sphinxcontrib.napoleon.html#sphinxcontrib.napoleon.Config.napoleon_use_rtype)
2022-09-13 13:12:28 -07:00
Jonas Mueller 5b05bc5f62 update sphinx to v5 (#327)
* update sphinx to v5

* update autodocsumm version

* autodocsumm v0.2.9

* upgrade furo

Co-authored-by: calebchiam <calebchiam@gmail.com>
2022-08-08 03:14:28 -07:00
Ulyana c6feb2ff40 Improved versioning compatibility for audio tutorial (#325)
* Addressed issue @292
2022-07-26 15:58:19 -07:00
Ulyana b481a74d0d Updated tutorials to include quickstart (#323)
* Added runnable package versioning for tutorials
Added quickstart at top of tutorials

* Addressed PR comments
* Fixed quickstart to include cleanlearning
* Set correct requirements.txt
* Updated y to labels

* Fixed y-> labels labeling issues

* Updated quickstart message/removed extra dependencies

* remove keras from package-versions

* more concise

* remove pathlib as explicit requirement

* remove pathlib version

* rewording

* true label -> given label

* remove venv from kernelspec

Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2022-07-26 00:52:13 -07:00
Jonas Mueller a18d4d2c71 patch missing timm in docs-requirements 2022-07-23 15:52:18 -07:00
Jonas Mueller 4bd688f51c update tf_io and hf_hub versions (#291) 2022-06-24 06:51:58 -07:00
Jonas Mueller 160f6d2259 bump TF version used in docs 2022-05-24 23:19:31 -07:00
Anish Athalye bf8e82d4bf Add support for LaTeX math in documentation 2022-04-09 07:33:24 -04:00
Jonas Mueller 423e5b0a07 Polish the APIs and file-structure to prepare for 2.0 release (#181)
* Makes some methods private that are not intended to be user-facing.
* Adds experimental module with fasttext.py and coteaching.py
* Adds header descriptions to code files which will render in docs
* Many miscellaneous fixes
2022-04-06 21:04:06 -07:00
Wei Jing 5b6d297b6c Add audio tutorial to doc site (#165)
* add audio tutorial
2022-04-05 03:16:07 -07:00
Wei Jing 1f60745b2c add text tutorial, update notebook titles and naming conventions (#154) 2022-04-04 20:56:34 -07:00
Wei Jing Lok 034eb80061 Change .ipynb files to use master ver of cleanlab 2022-03-27 17:45:05 +08:00
Wei Jing aca683ec80 Add image classification tutorial and streamline docs CI/CD (#127) 2022-03-22 19:34:27 -04:00
Wei Jing Lok 6169fdcd43 Add new documentation site 2022-03-01 14:55:51 -05:00
Curtis G. Northcutt 7023b6baa7 Clean up docstrings for ReadTheDocs 2021-04-19 02:56:45 -04:00
Curtis G. Northcutt 5e853596d0 lossen requirements for readthedocs 2021-04-18 18:42:54 -04:00