提交

提交图

1824 次代码提交

作者 SHA1 备注 提交日期
Aditya Thyagarajan 09d95dc47f add false negative support for ObjectLab2D (#883)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-11-21 18:39:18 +00:00
Jonas Mueller 3afe8fe480 last sentence of datalab quickstart tutorial
motivate folks to check out the examples notebook so they see Datalab applied to real dataset
2023-11-21 00:05:13 -08:00
OrdoAbChao a6d1319327 Introduce regression support to Datalab (#796)
Preleminary work to ensure that default task  (classification) will work smoothly.

Minimal implementation of label issue manager for regression

- issue_finder.py list_possible_issue_types, list_default_issue_types no longer a static methods as they depend on task and modification of get_available_issue_types for regression

* DataIssues with strategy pattern


- moving list_possible_issue_types and list_default_issue_types from the IssueFinder class to cleanlab/datalab/internal/issue_manager_factory.py

* make different strategies for getting available issue types

add test class for the IssueFinder when the task is regression

* apply black formatter

* avoid mapping labels column for regression in Datalab

* Pass in features to LabelIssueManager for regression

---------

Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-11-20 20:28:53 +00:00
Ganesh Tata 0903c2a361 Non-IID: Test that Datalab prioritizes knn-graph over pred-probs (#897)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-11-16 15:21:59 +00:00
Ganesh Tata aeab1d1577 Extract Common Setup Code in Non-IID Tests for Reusability (#896)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-11-16 10:48:30 +00:00
Pratham Savaliya 79a2760ff6 typo fix in custom_issue_manager.rst (#893) 2023-11-12 21:50:38 -08:00
ChG 5fbf6c0493 Add Data Valuation Issue Manager (#850)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-11-06 17:04:57 +01:00
Jonas Mueller 19efa9ab0b wording 2023-11-04 02:11:32 -07: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
Elías Snorrason 0344afcf8b Address mypy issue (#879) 2023-11-01 03:49:07 +00:00
ABHIJIT PAL ccb4a90e38 Extend non-iid issue check to run if only pred_probs are provided (#857)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-10-30 02:55:53 +00:00
ABHIJIT PAL 69c8c5318c Add Null Issue Manager (#856)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-10-30 02:42:54 +00:00
Ulyana a28f0f1dad Uly dataset health (#875)
* Remove datasets from the tutorial that are logits
* Update dataset code
* Change hardcoded expected score in datalab tests
2023-10-25 01:21:58 +00:00
Jonas Mueller 18fab35bb9 title for docs 2023-10-17 15:37:45 -04:00
Yiran Shi 902fb487c9 Functions to explore object detection dataset (#840)
Add dataset summary functions+plots to object detection.
---------

Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Ulyana <ulyana@cleanlab.ai>
2023-10-16 13:17:05 -07:00
Samet 8b8bf780aa Add PR template and improve gitignore (#867)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-10-11 14:20:13 +00:00
Tata Ganesh 55b838944c List in FAQ: Methods that can be sped up with low_memory=True (#869) 2023-10-11 03:01:50 -07:00
Jonas Mueller bd32f1114b ignore keras.io in link check (#865) 2023-10-06 15:29:19 +09:00
Aditya Thyagarajan ffbddc3a9e mypy linting (#864)
* mypy linting

* summary without type check

* Add test to confirm np.array can be passed into visualize

---------

Co-authored-by: Ulyana <ulya.tkach@gmail.com>
2023-10-05 15:54:53 -07:00
Tata Ganesh 6d45971cf8 List comprehension to numpy ops for efficiency (#844)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-09-20 19:19:51 +00:00
Jonas Mueller e9cc53eab7 is->has (#851) 2023-09-16 19:34:18 -07:00
Jonas Mueller 86f6eecfd7 fix link (#852) 2023-09-16 19:06:52 -07:00
Jonas Mueller 7257696693 bump version past latest release (#849) 2023-09-16 19:05:33 -07:00
Jonas Mueller d45537ea7d Update RELEASE_VERSIONS for docs conf.py (#846)
CI / Test: Python 3.7 on windows (push) Has been cancelled
CI / Test: Python 3.10 on windows (push) Has been cancelled
CI / Test: Python 3.8 on windows (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 / 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
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.5.0
2023-09-11 07:44:09 -07:00
Jonas Mueller adc38a6a88 code snippet format (#848) 2023-09-09 14:50:51 -07:00
Jonas Mueller 8a1ae01213 various tutorials, docs, language updates (#847) 2023-09-08 21:53:55 -07:00
Jonas Mueller fc39a86cad bump version (#835) 2023-09-06 16:05:55 -07:00
Sanjana b2c28d2917 Merge pull request #843 from sanjanag/docs-req-update
Updated requirements for docs
2023-09-06 13:09:41 +01:00
Sanjana a5f76390ce Update docs/requirements.txt
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-09-06 11:46:42 +01:00
Jonas Mueller f0252b5ca0 Update papers list (#845) 2023-09-06 00:05:30 -07:00
Jonas Mueller 6f605c35f2 clarify transformed scores returned, not mathematical definitions in certain label quality scores (#841) 2023-09-05 18:14:37 -07:00
Jonas Mueller 01a4b47087 Update issue templates 2023-09-05 18:11:13 -07:00
Sanjana Garg ea9f62513e Updated docs requirements 2023-09-05 17:12:27 +01:00
Sanjana 14d1a86d43 Merge pull request #837 from cleanlab/jwmueller-docsreqs
include cleanvision in docs requirements
2023-09-02 21:49:20 +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
Sanjana 7071054ab2 Merge pull request #795 from sanjanag/image-tutorial
New image tutorial
2023-09-01 20:29:19 +01:00
Sanjana 4c1d9b6863 Update setup.py
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-09-01 18:45:47 +01:00
Sanjana 31455f9433 Update docs/source/tutorials/image.ipynb
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-09-01 18:41:21 +01:00
Sanjana 10a736714d Update docs/source/tutorials/image.ipynb
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-09-01 18:38:14 +01:00
Sanjana Garg 90432e8258 Merge branch 'image-tutorial' of https://github.com/sanjanag/cleanlab into image-tutorial 2023-09-01 16:54:58 +01:00
Sanjana Garg e843938185 Added unit test for max prevalence 2023-09-01 16:54:33 +01:00
Sanjana a6a79dd9bb Merge branch 'cleanlab:master' into image-tutorial 2023-09-01 15:05:26 +01:00
Sanjana Garg 2082b993b8 Overwrite threshold only for low information 2023-09-01 09:46:11 -04:00
Sanjana Garg 682e8ed071 Updated cleanvision version 2023-09-01 09:03:03 -04:00
Sanjana Garg 8d17dbbeaa Addressed PR comments 2023-09-01 09:02:52 -04:00
Sanjana 49458b7f24 Update docs/source/tutorials/image.ipynb
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-09-01 11:49:22 +01:00
Sanjana 11d23dcf85 Update docs/source/tutorials/image.ipynb
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-09-01 11:38:38 +01:00
Sanjana 85bb9b98fe Update docs/source/tutorials/image.ipynb
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-09-01 11:35:53 +01:00
Sanjana 6e989ff8ab Update docs/source/tutorials/image.ipynb
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-09-01 11:35:26 +01:00
Sanjana 3ad9bccac8 Update docs/source/tutorials/image.ipynb
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-09-01 11:34:50 +01:00