Jonas Mueller
ee5ed9bdf0
Ensure multilabel docs appear in the documentation ( #669 )
2023-04-17 15:38:37 -07:00
Jonas Mueller
0fdf398db2
move int2onehot, onehot2int to top of multilabel tutorial ( #666 )
2023-04-14 10:46:09 -05:00
Aditya Thyagarajan
f8c1866c58
move methods to multilabel_classification module ( #657 )
...
adds new dataset summarization methods for multilabel settings
---------
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2023-04-13 21:50:11 -07:00
Elías Snorrason
6d67175e2a
Extract function for computating ood scores from distances ( #664 )
...
* extract distance-to-score computation to separate function
* move function to a new internal.outlier module
2023-04-07 18:33:45 +00:00
Jonas Mueller
c4648483ca
clarify no class is also an option
2023-04-05 00:59:33 -07:00
Jonas Mueller
7519e5d1f2
update version for 2.3.1 release ( #658 )
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (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 / 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: Python 3.10 on windows-latest (push) Has been cancelled
CI / Test: Python 3.7 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 / Type check (push) Has been cancelled
CI / Format (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
2023-03-27 23:25:24 -07:00
Jonas Mueller
229718da36
formatting+typos
2023-03-24 10:25:06 -07:00
Jonas Mueller
a5f35f3b7b
additional faq question on handling train vs test data ( #655 )
2023-03-24 01:15:39 -07:00
Jonas Mueller
44081c6538
add activelab name to docs ( #648 )
...
Co-authored-by: huiwengoh <45724323+huiwengoh@users.noreply.github.com >
2023-03-12 20:26:04 -07:00
Jonas Mueller
b8c034f34f
add 2.3.0 to release versions ( #644 )
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 / Check for unused/wildcard imports (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: Python 3.10 on windows-latest (push) Has been cancelled
CI / Test: Python 3.7 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 / Type check (push) Has been cancelled
CI / Format (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
2023-03-01 01:02:29 -08:00
Hui Wen
dbc87116ea
Documentation improvements ( #643 )
2023-02-28 16:06:17 -08:00
Hui Wen
497947a867
Fix tutorial hyperlinks in docs ( #642 )
2023-02-28 09:15:19 -08:00
Jonas Mueller
1deb349e86
list more tasks in quickstart ( #640 )
2023-02-27 15:38:47 -08:00
Jonas Mueller
6eb60198e6
update tests to be more stringent ( #635 )
2023-02-15 17:34:11 -08:00
clu0
3757637d8c
Fix batched multiprocessing being slower on tall matrices ( #634 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-02-15 13:14:39 -08:00
Jonas Mueller
731dd419a1
Support Zarr files in find_label_issues_batched ( #632 )
2023-02-12 23:59:26 -08:00
Jonas Mueller
5319a124d4
Make label_issues_batched documentation appear ( #627 )
2023-02-10 17:30:03 -08:00
Jonas Mueller
686cbf63f1
Method to estimate label issues with limited memory via mini-batches ( #615 )
...
Co-authored-by: clu0 <33559427+clu0@users.noreply.github.com >
2023-02-10 16:59:16 -08:00
Hui Wen
6aaee8332b
Create new cleanlab.models module ( #601 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2023-02-07 10:03:32 -08:00
Jonas Mueller
266d9479db
shorten notebook name in link ( #617 )
2023-02-01 22:53:02 -08:00
Jonas Mueller
5f9fd95c45
update crowdlab paper name
2023-01-29 23:48:49 -08:00
Chris Mauck
f9d32b1352
Update tabular tutorial with better language ( #609 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-01-24 21:12:34 -05:00
Chris Mauck
a31b3cac78
tags in links ( #604 )
2023-01-19 16:34:36 -05:00
Ikko Eltociear Ashimine
1cf563c2a1
fix typo in outliers.ipynb ( #603 )
...
occuring -> occurring
2023-01-19 14:55:31 -05:00
Jonas Mueller
fdfb029001
clarify thresholding in issues_from_scores ( #582 )
2023-01-06 08:55:42 -08:00
Hui Wen
248bb91378
Revamp text tutorial to use cleanlab Keras wrapper ( #584 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-01-06 08:53:02 -08:00
Anish Athalye
9bca415130
Fix broken link
2022-12-31 10:36:32 -05:00
Hui Wen
75bac0a284
Specify Sphinx to order functions by source code order ( #571 )
...
also re-order rank.py functions by moving specific types of label-quality scores to be last in file
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2022-12-22 09:14:44 -08:00
Jonas Mueller
c0b4e58471
multiannotator explanation improvements ( #570 )
...
more clarification when to use active learning vs fixed dataset analysis functions
2022-12-22 00:35:18 -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
Jonas Mueller
3a6f33c1ff
typo: probabilites -> probabilities ( #557 )
2022-12-05 21:36:56 -08:00
Ulyana
a14d810b9b
Shorten tutorial titles in docs for readability ( #553 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2022-12-02 11:58:51 -08:00
Jonas Mueller
5a8619a274
Add v2.2.0 to RELEASE_VERSIONS in html_context ( #552 )
CI / Format (push) Has been cancelled
CI / Test: Python 3.10 on macos-latest (push) Has been cancelled
CI / Test: Python 3.6 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 / Check for unused/wildcard imports (push) Has been cancelled
CI / Test: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.6 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 / Lint Notebooks (push) Has been cancelled
CI / Test: Python 3.10 on windows-latest (push) Has been cancelled
CI / Test: Python 3.6 on windows-latest (push) Has been cancelled
CI / Test: Python 3.7 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 / Type check (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
2022-11-28 15:47:15 +00:00
Jonas Mueller
7dd06d14a0
remove unnecessary TF warning suppression statements in tutorials ( #544 )
2022-11-26 11:25:58 -08:00
Jonas Mueller
17a82c32fc
Public multilabel quality scores method + softmin aggregation + more tests ( #542 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2022-11-23 18:34:43 -08:00
Jonas Mueller
d2d481be46
dependencies between classes: multilabel tutorial
2022-11-17 19:14:55 -08:00
Jonas Mueller
c86c51dd23
multilabel tutorial fixes: install colab, set seed, text improvements ( #537 )
...
Co-authored-by: Aditya Thyagarajan <aditya1593@icloud.com >
2022-11-17 07:09:25 -08:00
Aditya Thyagarajan
ab2679724e
Add multilabel tutorial to index.rst ( #533 )
2022-11-14 13:33:12 +00:00
Elías Snorrason
871f08693c
Fix outdates links to example notebook for multilabel classification ( #534 )
2022-11-14 13:28:00 +00:00
Aditya Thyagarajan
c32335c789
Tutorial for multi-label classification ( #517 )
...
clarification re empty list label, thanks to @elisno
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2022-11-11 17:13:56 -08:00
Elías Snorrason
9e1e36fcc3
Add a link for How to Contribute in docs ( #505 )
...
* 📝 add section on how to contribute to project
* 📝 add external link to CONTRIBUTING.md
* move contribution guide link to Guides section
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2022-11-08 09:18:46 +00:00
Ulyana
7b9c0cf54e
Remove strong worded requirement for out-of-sample pred probs ( #520 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2022-11-07 20:10:07 -08:00
Jonas Mueller
aceaa4f25e
Improve tutorials intro language/formatting ( #526 )
2022-11-06 00:34:54 -07:00
Aditya Thyagarajan
b12d76b6d1
Multilabel code restructuring with aggregation/scorer functions ( #509 )
...
_find_label_issues_multilabel uses EMA instead of mean-pooling when computing label quality scores
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2022-10-28 16:26:39 -07:00
Jonas Mueller
00d7c2157c
studio pointers ( #510 )
2022-10-25 17:51:00 -07:00
Hui Wen
738acae810
Point to format label function for multiannotator ( #506 )
2022-10-25 10:52:21 -07:00
Hui Wen
f8a831d239
Add internal function to properly format labels ( #504 )
2022-10-24 10:54:59 -07:00
Jonas Mueller
00781ce984
update paper links ( #503 )
...
Co-authored-by: huiwengoh <45724323+huiwengoh@users.noreply.github.com >
2022-10-18 00:01:00 -07:00
Ulyana
d27478853f
Asthetic fixes for OOD tutorial ( #493 )
2022-10-03 10:26:14 -07:00
Jonas Mueller
6b8cb91908
Outlier tutorial: move uninteresting code to hidden cell ( #492 )
2022-09-30 00:17:48 -07:00