提交

提交图

1485 次代码提交

作者 SHA1 备注 提交日期
Curtis Northcutt 382e259a66 Estimates joint distribution of label noise from noisy channel. 2018-11-21 12:42:59 -05:00
Curtis Northcutt 60be9f72fc Estimates and fully characterizes label noise 2018-11-21 12:42:21 -05:00
Curtis Northcutt 85396096e8 Equalities when noise information is known. 2018-11-21 12:41:15 -05:00
Curtis Northcutt 0f558a6997 The RankPruning() class for learning with noisy labels. 2018-11-21 12:39:56 -05:00
Curtis G. Northcutt 808fb4c579 Update README.md 2018-11-21 12:13:19 -05:00
Curtis G. Northcutt 5e31f35e46 Update README.md 2018-11-21 12:12:16 -05:00
Curtis G. Northcutt 6436d76f80 Finished change from confidentlearning to cleanlab 2018-11-21 12:05:12 -05:00
Curtis Northcutt f42b5af4c7 Changed package name from confidentlearning to cleanlab 2018-11-21 11:54:31 -05:00
Curtis G. Northcutt b8b1ab3066 Update README.md 2018-11-02 19:16:18 -04:00
Curtis G. Northcutt a779a75f85 Update README.md 2018-10-12 11:36:06 -07:00
Curtis G. Northcutt 8122987853 Update README.md 2018-09-04 12:39:07 -07:00
Curtis G. Northcutt 4bbc0b05a1 Update README.md 2018-09-04 12:35:23 -07:00
Curtis G. Northcutt 31e2894946 Merge branch 'master' of github.com:cgnorthcutt/confidentlearning 2018-07-02 17:22:48 -07:00
Curtis G. Northcutt 237a80f624 Added params to docstrings. fixed missing self error. 2018-07-02 17:22:42 -07:00
Curtis G. Northcutt bec6c449a6 Forgot to include clf=YourFavoriteModel(), added. 2018-07-02 16:11:39 -07:00
Curtis G. Northcutt ab82094b8f use same formatting for confidentlearning throughout 2018-07-02 16:10:02 -07:00
Curtis G. Northcutt 3cfc0980fb Added how to wrap a model(e.g. pytorch, tensorflow, etc) to be used with confidentlearning 2018-07-02 16:08:34 -07:00
Curtis G. Northcutt 1ec199d542 Merge branch 'master' of github.com:cgnorthcutt/confidentlearning 2018-07-02 15:23:13 -07:00
Curtis G. Northcutt 7e37f10450 Uses accuracy when clf.score() doest not exist. 2018-07-02 15:23:07 -07:00
Curtis G. Northcutt 73b88e9cfb Bold train vs test and add ImageNet clarification to caption 2018-06-29 20:59:48 -07:00
Curtis G. Northcutt d53d7ea12a RankPruning() class now inherets sklearn classifier. 2018-06-27 18:35:19 -07:00
Curtis G. Northcutt e2c1a9f8b5 Added printing pretty for all matrix types. 2018-06-27 16:58:14 -07:00
Curtis G. Northcutt 530115524c Add missing import inspect 2018-06-26 18:57:20 -07:00
Curtis G. Northcutt 5864a0c818 Check for fit, predict, predict_proba methods for clf param 2018-06-26 18:56:11 -07:00
Curtis G. Northcutt a5151b45a2 Instant 2x2 dense noise mat generation. 2018-06-26 18:19:00 -07:00
Curtis G. Northcutt 7308d7c71e Now INSTANT noise generation when num classes is 2. 2018-06-26 15:45:16 -07:00
Curtis G. Northcutt 4baf67bb6c Generalized noise matrix printing to arbitrary classes. 2018-06-26 14:35:51 -07:00
Curtis G. Northcutt 4661670b6f Cast dirichlet input to int from float 2018-06-26 14:27:02 -07:00
Curtis G. Northcutt 6ada8b8fea generate n probs sum to m now truly uniformly rand 2018-06-26 12:09:38 -07:00
Curtis G. Northcutt 63c4fdc25a Ignore .ipynb files in core package directories. 2018-06-25 18:14:37 -07:00
Curtis G. Northcutt dafb8fa71e Remove ipynb for core package files. 2018-06-25 18:09:06 -07:00
Curtis G. Northcutt 87d8d4f29c Added a full length tutorial / documentation
Covers many of the common used methods in the package. Does not cover the vast hyper-parameters in each function.
2018-06-23 20:36:28 -07:00
Curtis Northcutt 93d3b5bfdc Moved ImageNet and MNIST error finding to examples 2018-06-12 15:05:44 -07:00
Curtis Northcutt cccd411b70 moved models to examples/ 2018-06-12 15:05:11 -07:00
Curtis Northcutt dca4376b14 Add __util__ for package imports. 2018-06-12 12:39:07 -07:00
Curtis Northcutt bcaa2c8d46 Add __init__ for package imports 2018-06-12 12:26:58 -07:00
Curtis G. Northcutt da7ee1d5ba Update README.md 2018-05-30 12:36:16 -07:00
Curtis G. Northcutt 640ede2ef4 Update README.md 2018-05-30 12:35:15 -07:00
Curtis G. Northcutt 13e18b0a5c Update LICENSE 2018-05-28 21:01:40 -07:00
Curtis G. Northcutt 534a457960 Update LICENSE 2018-05-28 21:00:39 -07:00
Curtis G. Northcutt 525ecd0b22 Update README.md 2018-05-28 20:55:33 -07:00
Curtis G. Northcutt 1cc4cce71a Update README.md 2018-05-28 20:53:12 -07:00
Curtis Northcutt 868e3c1e05 Merge branch 'master' of github.com:cgnorthcutt/confidentlearning 2018-05-28 20:39:37 -07:00
Curtis Northcutt 933d33770e Fixed line breaks. Jupyter injects space when convert to py scripts. 2018-05-28 20:39:33 -07:00
Curtis G. Northcutt df26e650e9 Added MNIST train and test label errors for public benefit. 2018-05-28 18:21:35 -07:00
Curtis G. Northcutt d4d147c972 Added ImageNet and MNIST label error graphics. 2018-05-28 18:11:03 -07:00
Curtis Northcutt 756dae1d71 Create img directory for result figures. 2018-05-28 17:41:19 -07:00
Curtis G. Northcutt 4cc09c7916 Add files via upload 2018-05-28 17:39:41 -07:00
Curtis G. Northcutt 0356cfce16 Update README.md 2018-05-28 17:37:09 -07:00
Curtis G. Northcutt 6eee9a4a19 Update README.md 2018-05-28 17:34:00 -07:00