提交

提交图

1824 次代码提交

作者 SHA1 备注 提交日期
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
Curtis Northcutt cfde73314a fixed issue where param wasn't getting used 2019-09-04 00:07:35 -04:00
Curtis Northcutt 8de04b0f42 Add testing for n_jobs param in pruning 2019-09-03 23:29:16 -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 4e7e468888 Add citation information 2019-08-20 15:48:53 -04:00
Curtis G. Northcutt 2086d2e01b Make example titles larger 2019-08-20 15:13:11 -04:00
Curtis G. Northcutt 1857fe31e2 reduced length 2019-08-20 15:11:43 -04:00
Curtis G. Northcutt b77b0eccbc Move content below bold start of sentence. 2019-08-20 15:06:44 -04:00
Curtis G. Northcutt 47aa365a50 shorten 2019-08-19 21:31:39 -04:00
Curtis G. Northcutt bf7d154ae5 fixed broken link to tutorial 2019-08-19 21:31:11 -04:00
Curtis G. Northcutt 0cbba4abf2 Clarification and highlight that the link is a tutorial 2019-08-19 21:30:41 -04:00
Curtis G. Northcutt 6acab07b71 Shorten 2019-08-19 21:29:36 -04:00
Curtis G. Northcutt a21e49781e Add link to tutorial showing how confident learning works 2019-08-19 21:28:42 -04:00
Curtis G. Northcutt 28bf66e43b Update README.rst 2019-08-19 18:54:25 -04:00
cgnorthcutt 6c83bce5a9 Update comment for pypi updates with twine 2019-08-19 18:27:03 -04:00
Curtis G. Northcutt e5850f16e7 Update README.rst 2019-08-19 18:14:07 -04:00
Curtis G. Northcutt b01909de7b Update README.rst 2019-08-19 18:13:15 -04:00
Curtis G. Northcutt 3c3a355c91 Clarification on updates for version 0.0.12 2019-08-19 18:07:21 -04:00
cgnorthcutt 579460f8ab Added testing for confusion_matrix 2019-08-19 18:03:07 -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
cgnorthcutt fc55579eb6 Merge branch 'master' of github.com:cgnorthcutt/cleanlab 2019-08-19 16:59:13 -04:00
cgnorthcutt bed2fa228c Remove ipynb artificats like # In[0] 2019-08-19 16:59:09 -04:00
Curtis G. Northcutt 017faf5729 Remove fasttext testing and no longer install fasttext library 2019-08-19 16:58:10 -04:00
Curtis G. Northcutt ecd7a191c0 No longer support fasttext as a direct dependency. 2019-08-19 16:56:22 -04:00
Curtis G. Northcutt 3e9aadb5c5 Fixed path for omitted files. 2019-08-19 16:54:44 -04:00
Curtis G. Northcutt 9cd87630ff No longer support coverage of third_party fastText based code. 2019-08-19 16:53:36 -04:00
Curtis G. Northcutt a8b195a7ee No longer support coverage of third_party fastText based code. 2019-08-19 16:52:53 -04:00
Curtis G. Northcutt 578d8f77ed Merge pull request #10 from gilad-rubin/add-sparse-support
Add sparse matrix support and testing
2019-08-19 12:42:10 -07:00
Curtis G. Northcutt f076c51569 Fix test_small_data. Now it uses a small dataset. 2019-08-19 15:32:59 -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 33db501ad6 Fixed test failure due to rounding issue. 2019-08-19 15:25:35 -04:00
Curtis G. Northcutt 41e9ea5ce2 syntax error. define global before using. 2019-08-19 15:12:52 -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 42343dbf67 bug fix: syntax typo 2019-08-19 15:04:19 -04:00
Curtis G. Northcutt f0cd37b0ed Fixed use of seed as global variable 2019-08-19 14:53:35 -04:00
Curtis G. Northcutt 03d436b52f fixed issue with local variable hiding global 2019-08-19 13:50:47 -04:00