文件历史

提交图

694 次代码提交

作者 SHA1 备注 提交日期
cgnorthcutt 84117cdc71 Add utils for onehot labels <> list of lists 2020-02-17 01:57:22 -05:00
cgnorthcutt 7c909098fb n_jobs is set to max.cpu for all operating systems 2020-02-17 01:56:45 -05:00
cgnorthcutt 1441280725 Add support for python 3.7 2020-02-16 21:27:44 -05:00
cgnorthcutt b1226fe4da PEP-8 adherence 2020-02-16 21:19:41 -05:00
cgnorthcutt 133870f889 typo fix 2020-02-16 21:09:48 -05:00
cgnorthcutt 0c673c8b0b Adherence to PEP-8 2020-02-16 21:09:15 -05:00
cgnorthcutt c507d46c92 BUG FIX: added thresholds param to multi_label cj est 2020-02-16 20:52:09 -05:00
cgnorthcutt 88b30ecdec Bug fix. Where named params removed 2020-02-16 20:37:34 -05:00
cgnorthcutt 0642a19f49 PEP-8 adherence 2020-02-16 20:32:33 -05:00
cgnorthcutt 30d9e8f884 Bug fix and PEP-8 adherence 2020-02-16 20:32:15 -05:00
cgnorthcutt f2f7a3ce29 Make Windows Python pruning default to 1 process and not use multiprocessing 2020-02-14 15:56:52 -05:00
Curtis G. Northcutt 4065627701 Add future features planned and old release notes 2020-02-12 13:23:13 -05:00
Curtis G. Northcutt d45736ef87 FIx bug with estimating noise for multi label data 2019-12-26 11:10:48 -05:00
Curtis Northcutt 67e6a87dc5 prints error message if labels are not zero-index 2019-11-26 01:19:34 -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 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 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 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 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
Curtis Northcutt 4a1e7cd195 Support non-parallelized version of pruning with n_jobs = 1 2019-09-03 23:28:40 -04:00
Curtis Northcutt e5523e76b2 Correclty format code to avoid empty spaces at 80 char lines 2019-09-03 23:27:29 -04:00
Curtis G. Northcutt 1625d9e9dd Major speed-up by removing np.all on single labels 2019-08-21 01:07:51 -04:00
Curtis G. Northcutt 3c3a355c91 Clarification on updates for version 0.0.12 2019-08-19 18:07:21 -04:00
cgnorthcutt 4fc013aaec remove ipynb [ ] artifacts 2019-08-19 18:02:42 -04:00
Curtis G. Northcutt b9c7def1fc VERSION 0.0.12 - Support sparse matrices. No longer directly support fasttext. 2019-08-19 17:12:37 -04:00
Curtis G. Northcutt 1d408a998a fix syntax. pytorch no longer supports train_data or test_data 2019-08-19 15:28:56 -04:00
Curtis G. Northcutt 2cfcd24ece train_labels and test_labels was deprecrated in favor for targets. fixed. 2019-08-19 15:06:32 -04:00
Curtis G. Northcutt d4e51b60d6 Merge branch 'master' into add-sparse-support 2019-08-19 10:31:43 -07:00
gilad-rubin 02b8398abd added sparse support 2019-08-03 18:13:28 +03:00
Curtis G. Northcutt 45c6a0f277 VERSION 0.0.11 - New logo and improved README 2019-07-29 17:33:59 -07:00
Curtis Northcutt 6b5a030651 VERSION 0.0.10 - improved formatting, docs, testing. 2019-07-28 07:52:30 -07:00
Curtis Northcutt 6d410511f8 Added verbose parameter, default printing off 2019-07-27 21:42:58 -07:00
Curtis Northcutt 8892a99cb0 Remove a multiprocessing method from coverage 2019-07-27 18:54:17 -07:00
Curtis Northcutt 361a7dbb40 Remove multiprocessing methods from coverage 2019-07-27 18:45:00 -07:00
Curtis Northcutt 000ed1cc95 VERSION 0.0.9 RELEASED 2019-07-27 18:36:18 -07:00