Hui Wen
b94106b6c9
CI: set nbsphinx_allow_errors False ( #757 )
2023-06-28 10:17:58 -07:00
Yiran Shi
cb4c05cbff
Add support for high dimensional arrays in CleanLearning( #749 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com >
2023-06-27 00:12:52 -04:00
Jonas Mueller
7a5ebb974a
tutorial ordering and naming ( #755 )
2023-06-23 20:03:09 -07:00
Mayank Kumar
9f302200a4
Regression label quality scores ( #572 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: huiwengoh <45724323+huiwengoh@users.noreply.github.com >
2023-06-23 17:51:46 -07:00
Ulyana
78832cb97c
Reduce size of segmentation tutorial dataset ( #754 )
2023-06-23 17:20:31 -07:00
Jonas Mueller
2857333153
list dmlr papers ( #753 )
2023-06-23 01:04:11 -07:00
Vedang Lad
35606fc401
label error detection in semantic segmentation datasets ( #677 )
...
Co-authored-by: Ulyana <ulyana@cleanlab.ai >
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-06-23 00:32:08 -07:00
Tata Ganesh
a95fc07728
reduce datalab tutorial plots to better fit into scroll window ( #751 )
2023-06-22 23:13:48 -07:00
Ulyana
5f3de05e9e
Temporary Github Actions workaround: Pin Python 3.7.16 ( #748 )
...
Co-authored-by: Sanjana Garg <garg.sanjana.95@gmail.com >
2023-06-22 16:30:24 -07:00
Gordon Lim
860bd6f551
Dont print recompute joint warning when estimation_method = off_calibrated_custom ( #746 )
2023-06-18 17:02:51 -07:00
Ulyana
299d66f3ec
Update object detection tutorial to clarify out-of-sample predictions ( #745 )
...
* Add out-of-sample clarification to notebook, fix filename check, add unit tests
2023-06-15 13:14:30 -07:00
Jonas Mueller
d3302c074e
include n_jobs in cleanlearning kwargs docstring ( #744 )
2023-06-12 21:09:53 -07:00
Elías Snorrason
2922d7e7cc
Set more datalab tutorials as some of the main tutorials ( #729 )
2023-06-12 18:39:38 -07:00
Jonas Mueller
d51fa09a52
more detailed blurb ( #743 )
2023-06-12 01:56:05 -07:00
Anish Athalye
9b2dfc09ce
Fix CI ( #742 )
...
Among other changes, this patch also disables HTML validation. This is a
bit tricky to get right, because when the Markdown is processed by
GitHub, it does some transformations that aren't mimicked by Pandoc. The
result of converting the existing Markdown to HTML using Pandoc is in
fact invalid HTML5.
The best way to fix this would be to use the [GitHub Markdown
API](https://docs.github.com/en/rest/markdown ) to render the Markdown,
but that doesn't seem worth the effort right now. Instead, this patch
just disables HTML validation but preserves the link checking
functionality (and makes it start passing again).
2023-06-10 14:16:53 +00:00
Jonas Mueller
336dd1adcd
reorder tutorials ( #741 )
2023-06-09 14:29:16 -07:00
Ulyana
7d84aa47cd
Bugfix object detection visualize function( #739 )
2023-06-07 21:11:30 -07:00
Hui Wen
bf3b56ca4c
Add note about tensorflow>=2.11 ( #738 )
2023-06-07 17:39:27 -04:00
Ulyana
da65a9727f
identifying label errors in Object Detection data ( #676 )
...
Co-authored-by: Aditya Thyagarajan <aditya1593@icloud.com >
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com >
2023-06-07 01:12:46 -07:00
Elías Snorrason
43e24ba3f6
Make labels optional in Datalab ( #730 )
...
* feat(datalab): ✨ make labels optional
* test(datalab): ✅ fix test case for comparing empty list/array
2023-06-05 16:04:13 +00:00
Jonas Mueller
99be5aff99
add more tips to understand issue types in datalab tutorial ( #734 )
2023-05-31 11:01:14 -07:00
Jonas Mueller
8cdcdf7db6
edit datalab opening lines ( #731 )
2023-05-26 15:02:08 -07:00
DerWeh
114201bf76
ENH: make clipping unnecessary for entropy ( #703 )
...
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com >
2023-05-25 00:49:30 -04:00
Jonas Mueller
999a1bd39a
phrasing
2023-05-23 22:52:54 -07:00
Curtis G. Northcutt
2fad7cf59f
Add option to purchase commerical license ( #725 )
...
* Add option to purchase commerical license
---------
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-05-23 14:28:56 -07:00
Jonas Mueller
7ed00cfdf2
clarify order matters for non-IID issue type ( #726 )
2023-05-22 16:28:16 -07:00
Hui Wen
72d4595ab8
Delete repeated lines in CleanLearning.save_space ( #724 )
2023-05-19 16:47:28 -04:00
Elías Snorrason
375c76fcea
Include non-iid in default issue checks ( #723 )
...
* flag no more than one example having non-iid issue
* feat(datalab): ✨ add non-iid to default issue checks
2023-05-19 20:30:01 +00:00
Jonas Mueller
6e59db3d15
bump version past v2.4 ( #721 )
2023-05-16 16:31:18 -07:00
Jonas Mueller
d3c385f906
readme space
2023-05-12 19:47:32 -07:00
Jonas Mueller
5830714663
update RELEASE_VERSIONS to include v2.4 ( #715 )
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.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 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 / 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
v2.4.0
2023-05-12 18:47:26 -07:00
Jonas Mueller
2193656d8e
more updates to quickstart to reflect datalab ( #720 )
2023-05-12 17:26:43 -07:00
Jonas Mueller
05d45fd8f4
Update quickstart to reflect Datalab ( #719 )
...
---------
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2023-05-13 00:11:49 +00:00
Jonas Mueller
832a544efe
update readme for datalab release ( #713 )
2023-05-12 16:10:10 -07:00
Hui Wen
70d70f2a41
multilabel docs formatting fixes ( #717 )
2023-05-12 12:51:59 -07:00
Jonas Mueller
4198e0af33
headers for multilabel_classification modules docs ( #716 )
2023-05-12 12:51:28 -07:00
Hui Wen
525b4b236a
Datalab docs improvements ( #714 )
2023-05-12 11:12:44 -07:00
Elías Snorrason
1767668c08
Add section for inspecting near duplicate issues ( #712 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com >
2023-05-11 23:34:40 -07:00
Jonas Mueller
11f23d64f2
Update pseudocode for example issue type in datalab guide ( #711 )
...
Co-authored-by: huiwengoh <45724323+huiwengoh@users.noreply.github.com >
2023-05-11 11:27:05 -07:00
Jonas Mueller
87d9b73fe7
Clarify when datalab quality score is / isnt comparable ( #710 )
...
* clarify where quality is / isnt comparable
* clarify comparability of quality scores in docstrings
* tell user not to be worried if they dont understand info
---------
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2023-05-11 15:34:34 +00:00
Elías Snorrason
7400051a95
Fix unbound knn variable in NonIIDIssueManager ( #709 )
2023-05-10 21:38:47 -07:00
Jonas Mueller
6ff06c8585
ignore twitter in link check ( #708 )
2023-05-09 21:23:38 -07:00
Elías Snorrason
fcc9417a3d
Simplify reporting for outlier issues ( #705 )
2023-05-10 01:49:17 +00:00
Elías Snorrason
d16cdd67cf
Suppress too_slow health check for dataset generation strategy ( #706 )
2023-05-10 01:48:45 +00:00
Elías Snorrason
c41c837e43
Set non iid num issues with an extra rule ( #707 )
...
* feat(datalab): 👔 count number of non-iid issues differently
* fix broken seeding test
* add significance threshold as a parameter
* docs(datalab): 📝 add docs on significance_threshold argument for non-iid issue manager
* test(datalab): ✅ add more end-to-end tests for non-iid issue checks with Datalab
---------
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-05-10 01:33:25 +00:00
Sanjana
a3ae30f1a4
CI tests without optional dependencies and min-versions installed ( #701 )
2023-05-09 14:09:01 -07:00
Sanjana
cf5d2a02eb
Added installation instructions for package extras ( #697 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
Co-authored-by: huiwengoh <45724323+huiwengoh@users.noreply.github.com >
2023-05-09 15:19:24 -04:00
Elías Snorrason
be1bd6903d
Seed noniid permutation tests ( #694 )
2023-05-08 22:50:11 -07:00
Hui Wen
49559ef619
Add dev note about linking functions ( #704 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-05-08 17:39:53 -07:00
DerWeh
79cc3eb601
DOC: use default rules for shorter, more readable links ( #700 )
...
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com >
2023-05-04 23:51:38 -04:00