提交

512 次代码提交

作者 SHA1 备注 提交日期
Curtis Northcutt f8f131fa11 Merge branch 'master' of github.com:cgnorthcutt/cleanlab v0.1.0 2019-11-26 01:19:39 -05:00
Curtis Northcutt 67e6a87dc5 prints error message if labels are not zero-index 2019-11-26 01:19:34 -05:00
Curtis G. Northcutt c8dd81ec7b Change title to so fresh, so cleanlab 2019-11-21 22:50:39 -05:00
Curtis G. Northcutt b5f2ccb9ca remove we 2019-11-21 21:27:50 -05:00
Curtis G. Northcutt a822dca2bf cleaned up wording 2019-11-21 21:24:34 -05:00
Curtis G. Northcutt 9a6bfff780 cleaned up wording 2019-11-21 21:21:32 -05:00
Curtis G. Northcutt 548394fc99 Fix error in joint example in readme 2019-11-21 21:14:25 -05:00
Curtis G. Northcutt d8b62c1232 Remove duplication and clarify titles of doc examples 2019-11-21 21:11:57 -05:00
Curtis G. Northcutt 642332eac8 Delete bug_report.md 2019-11-21 18:42:39 -05:00
Curtis G. Northcutt 098e4efe25 Update issue templates 2019-11-21 18:41:39 -05:00
Curtis G. Northcutt 2cfd7abafd Create CONTRIBUTING.md 2019-11-21 18:40:23 -05:00
Curtis G. Northcutt 1ca6e862e6 update comments to reflect use of confident learning 2019-11-21 15:52:08 -05:00
Curtis G. Northcutt db1cd4be13 convert link format from markdown to rst 2019-11-14 13:44:34 -05:00
Curtis G. Northcutt 39198989c1 add link to precomputed cifar10 predicted probs 2019-11-14 13:42:52 -05:00
Curtis G. Northcutt 96c47271b8 remove double word 2019-11-14 13:28:25 -05:00
cgnorthcutt 8a027e539c bug fix: adding missig self 2019-11-10 12:08:17 -05:00
cgnorthcutt 2fc9c5c1a8 bug fix: adding missing quotes 2019-11-10 12:04:23 -05:00
Curtis G. Northcutt 03dc9cc69b bug fix attempt: pulearning --> self.pulearning 2019-11-10 11:51:06 -05:00
Curtis G. Northcutt 775856b63d remove unused import 2019-11-10 11:27:17 -05:00
Curtis G. Northcutt 915eb181d1 fix pulearning 2019-11-10 11:26:32 -05:00
Curtis G. Northcutt ce954ac70f Add link to rp 2019-11-08 10:27:07 -05:00
Curtis G. Northcutt fcf375dd18 fix link 2019-11-08 03:57:29 -05:00
Curtis G. Northcutt 57fb705f52 make underline match title length 2019-11-08 03:54:25 -05:00
Curtis G. Northcutt db00f3c221 specify rst is long description type 2019-11-08 03:53:47 -05:00
Curtis G. Northcutt 68a24a3b04 Announcing cleanlab v0.1.0 alpha release! 2019-11-08 03:45:50 -05:00
Curtis G. Northcutt 098bb4b49b Announcing cleanlab 0.1.0 alpha release!
# 0.1.0 - Release of confident learning paper based on this version of cleanlab: https://arxiv.org/pdf/1911.00068.pdf
#   - Documentation increase
#   - Add examples to find label errors in mnist, cifar, imagenet
#   - re-organized examples and added readme.
2019-11-08 03:45:03 -05:00
Curtis G. Northcutt ec8bbbeb38 shorten 2019-11-08 02:58:59 -05:00
Curtis G. Northcutt 1c46da59b6 add info about confidentlearning-reproduce 2019-11-08 02:57:11 -05:00
Curtis G. Northcutt 55518a4d50 make reproduce title bigger 2019-11-08 02:39:34 -05:00
Curtis G. Northcutt 24b7214261 reproducibility information added 2019-11-08 02:38:02 -05:00
Curtis G. Northcutt ecec89c3b2 Add link to blog. 2019-11-06 18:35:26 -05:00
Curtis G. Northcutt 46e193da1d added links to confident learning paper 2019-11-04 15:03:18 -05:00
Curtis G. Northcutt 7749622b46 Re-enable sparse matrix support. 2019-10-16 15:23:56 -04:00
Curtis G. Northcutt 9df9c4a79c Version 0.0.14 - bug fix in classification.py 2019-09-28 09:16:59 -04:00
Curtis G. Northcutt 0d546307b0 BUG FIX: Remove unused parameter 2019-09-28 09:11:22 -04:00
Curtis G. Northcutt feab824740 Version 0.0.13 - bug fixes and baseline methods 2019-09-27 11:48:26 -04:00
cgnorthcutt b478c3258c Remove assert in function 2019-09-23 15:28:57 -04:00
cgnorthcutt 55351cacce Fix bug from using cleanlab.util.confusion_matrix 2019-09-23 15:26:09 -04:00
cgnorthcutt 994625beb2 add testing for parameters 2019-09-19 12:26:10 -04:00
cgnorthcutt 740fd5ab3b added parameters to methods for confident joint estimation 2019-09-19 12:25:36 -04:00
cgnorthcutt a6b28030da simplify logic and shorten code for prune_by_noise_rate 2019-09-19 12:22:44 -04:00
cgnorthcutt 5ec1a2cf81 FATAL bug fix for prune_by_noise_rate. margin was wrong. was same as np.argmax 2019-09-19 12:00:01 -04:00
Curtis Northcutt 1aed258481 Remove unused parameter 2019-09-04 21:55:58 -04:00
Curtis Northcutt 658525dcb2 move data creation to global 2019-09-04 17:01:43 -04:00
Curtis Northcutt 4c0903be7b move data creation to global 2019-09-04 16:59:57 -04:00
Curtis Northcutt e8411c273c testing for baseline methods 2019-09-04 16:53:48 -04:00
Curtis Northcutt 6b6f8f6f5a Add baseline_methods to cleanlab package 2019-09-04 16:53:29 -04:00
Curtis Northcutt b7af0bba86 BUG FIX: wrong index was used for s_counts check 2019-09-04 16:52:47 -04:00
Curtis Northcutt da93bd4ae0 Add param to return the indices of examples counted in conf joint 2019-09-04 16:52:00 -04:00
Curtis Northcutt 54022a7e98 Fixed bug: make data global for _prune_by methods 2019-09-04 00:08:22 -04:00