提交

提交图

1485 次代码提交

作者 SHA1 备注 提交日期
Jonas Mueller 160f6d2259 bump TF version used in docs 2022-05-24 23:19:31 -07:00
Curtis G. Northcutt 7aa34a33ba Fix bug. get thresholds broken for multi_label 2022-05-20 21:55:32 -04:00
Wei Jing 29ef9959c4 Change stable docs link and add Jonas 1:1 session link (#261)
* change stable docs link and Jonas 1:1 session link

* change job description to developer

Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2022-05-19 13:45:26 -07:00
Wei Jing 4aab0b0a56 create latest_release.txt file (#231) 2022-05-19 02:26:46 -07:00
Shuangchi He a3181d2913 Fix line index of CleanLearning(), some text of links, etc. (#260) 2022-05-18 14:04:50 -04:00
Caleb Chiam 6bd6c079fd Use correct name of company (#258) 2022-05-14 12:25:05 -07:00
Anish Athalye 6cb23afa1f Fix link checking (#257)
For some reason, GitHub is returning a 403 to the GitHub actions runner
when it tries to access these URLs. Maybe docs.github.com doesn't allow
access from GitHub actions.
2022-05-12 20:07:09 -07:00
Jonas Mueller a782649680 development instructions for running all examples/ notebooks (#174)
* dev instructions for running all examples/ notebooks

* example local version specification

* missing period
2022-05-10 18:20:17 -07:00
Jonas Mueller 5ca7ae7472 Add print to coveragerc (#251)
* print in coveragerc
2022-05-10 18:01:25 -07:00
Johnson Kuan a1f8be034b Allow users to pass custom weights for ensemble label quality scoring (#255)
* Allow user to pass custom_weights to ensemble scoring method

* Add tests for ensemble scoring with custom_weights

* Add check to make sure length of custom_weights matches len(pred_probs_list)

* Update tests for usage of custom_weights in ensemble scoring
2022-05-10 18:00:28 -07:00
Curtis G. Northcutt 2ff0535410 reorder badges 2022-05-05 03:32:19 -04:00
Curtis G. Northcutt 84cdb98d05 add docs and slack badges to readme 2022-05-05 03:28:13 -04:00
Jonas Mueller de071fa01b Merge pull request #248 from rushic24/feature-sample-weight
FeatureReq #33: Added custom sample_weight
2022-05-04 20:03:35 -07:00
Jonas Mueller 42971ac08b nocover verbose prints 2022-05-04 20:02:41 -07:00
Jonas Mueller 8593018b46 nocover final else+print statement 2022-05-04 19:41:37 -07:00
Jonas Mueller 46b8ca310f remove weight from clf_kwargs 2022-05-04 03:24:58 -07:00
Jonas Mueller 4b1ebbc435 dict copy to avoid update 2022-05-04 03:09:13 -07:00
Jonas Mueller 74c6d5b98c unittest formatting 2022-05-04 02:52:18 -07:00
Jonas Mueller 7ed44c02ad fix sample_weight unit-test 2022-05-04 02:45:15 -07:00
Jonas Mueller 2c5a0a1f3b test sample_weight 2022-05-04 02:37:23 -07:00
Jonas Mueller d4873631e4 _default -> _auto 2022-05-04 02:24:31 -07:00
Jonas Mueller 7ec5c9190a 2nd bugfix: sample_weight_default 2022-05-04 02:20:56 -07:00
Jonas Mueller c795a36b8b bugfix: sample_weight variable and arg name 2022-05-04 02:05:32 -07:00
Jonas Mueller fc033ddc80 move back cannot-utilize weights print 2022-05-04 01:40:35 -07:00
Jonas Mueller 848bc964ff refactor and simplify code 2022-05-04 01:21:01 -07:00
Jonas Mueller 00efccd5fe Merge pull request #250 from jwmueller/setupformat
fix formatting of setup.py
2022-05-04 01:05:51 -07:00
Jonas Mueller a4f99cc6f1 formatting setup.py 2022-05-04 01:04:37 -07:00
Jonas Mueller 95fb15babe missing colon 2022-05-04 00:51:11 -07:00
Jonas Mueller fe59bc630c minor fixes 2022-05-04 00:45:44 -07:00
Jonas Mueller df22f5a0f4 Merge pull request #249 from cleanlab/project-links
Updated project urls in setup.py
2022-05-03 22:36:14 -07:00
calebchiam 38df8635da added project_urls 2022-05-03 19:15:22 -07:00
rushic24 8436cf8d12 move noise_matrix check 2022-05-03 17:30:05 -04:00
rushic24 1fe76736ce restructured 2022-05-03 17:23:18 -04:00
rushic24 d99b5b7c16 added custom sample_weight 2022-05-02 00:08:41 -04:00
Yulv-git aede5bd7db Fix some typos. (#242) 2022-04-23 12:17:20 -04:00
Jonas Mueller 10a327eef8 Fix edgecase divide-by-0 in entropy-score (#241)
* fix edgecase divide-by-0 in entropy-score 

* black format
2022-04-21 14:33:52 -07:00
Curtis G. Northcutt a66354c44b update anaconda upload instructions (#240) 2022-04-20 20:45:04 -04:00
Curtis G. Northcutt d106789a7a update release instructions for pypi and conda. (#239)
* Removing --universal tag since we no longer support py2
* replace -r with -m since its now markdown.
2022-04-20 17:38:29 -04:00
Jonas Mueller 73f947e952 Address tutorial points of confusion (#233)
CI / Test: Python 3.9 on macos-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 / Format (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.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.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 / 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
GitHub Markdown Links / test (push) Has been cancelled
* address tutorial points of confusion

* fix typo indices k --> num_classes - 1

Co-authored-by: Curtis G. Northcutt <curtis.northcutt@gmail.com>
v2.0.0
2022-04-20 14:46:13 -04:00
Anish Athalye 79a7e8af82 Make small fixes (#235) 2022-04-20 14:16:14 -04:00
Caleb Chiam 31c939ff9a Generalize text tutorial to multiclass datasets (#229)
* generalize text tutorial to multiclass datasets

* fixed typo

* fixed misspelling

* separate cell for num_classes

less likely to be missed if users skip the previous cell to load their own datasets

* removing pycharm metadata

* print classes

Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2022-04-18 21:34:32 -07:00
Caleb Chiam 73607198b3 Update README.md (#226)
nit: The ` and ' around "clean lab" don't match. Even after fixing that, it looked unappealing, so removing it altogether.

Proofreading: fixed some typos, misspellings + improved grammar
2022-04-18 21:21:11 -04:00
Wei Jing 7a8104c83f Add tutorial toc page (#230)
* add tutorials index page

* update link to all tutorials

* fix old readme links

Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2022-04-18 13:02:24 -07:00
Wei Jing 35312c4180 Merge pull request #228 from anishathalye/unneeded-alt-text
Remove unneeded alt text
2022-04-19 03:55:43 +08:00
Anish Athalye 6eca467809 Remove unneeded alt text
The anchor already says "Run in Google Colab", so if the logo fails to
load, it will say "Google Colab Logo Run in Google Colab"; it's better
to have the alt text just be empty.
2022-04-18 08:10:44 -06:00
Wei Jing 1746e630ad Merge pull request #225 from jwmueller/readme_links
Update readme links for v2.0
2022-04-18 22:07:06 +08:00
Jonas Mueller 6e064f6618 Update readme links for v2.0 2022-04-17 20:57:11 -07:00
Curtis G. Northcutt d8ab4e910b fix black formatting compliance (#224)
* fix black formatting compliance

* remove codecov for verbose statements
2022-04-17 21:57:15 -04:00
Jonas Mueller ecca2ab0a6 Bump version to 2.0.0 (#222)
* bump version

* Add brief release notes. see release for extensive

Co-authored-by: Curtis G. Northcutt <curtis.northcutt@gmail.com>
2022-04-16 18:55:11 -04:00
Jonas Mueller d7c128cd93 Final docs polishing patches (#223)
* plot_examples named with can skip

* respecify auto overflow handling
2022-04-16 15:46:32 -07:00