提交

提交图

1649 次代码提交

作者 SHA1 备注 提交日期
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
Curtis G. Northcutt 26075c3a0c Reduce size of make_data and only create data once 2019-08-19 13:49:27 -04:00
Curtis G. Northcutt d4e51b60d6 Merge branch 'master' into add-sparse-support 2019-08-19 10:31:43 -07:00
gilad-rubin 9b50b62e44 removed "make data" outside the functions 2019-08-17 18:53:45 +03: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 G. Northcutt 28e705042d Clarified 'fast' explanation 2019-07-29 17:29:08 -07:00
Curtis G. Northcutt 172bcf9810 Clarified example with variable name change 2019-07-29 17:24:05 -07:00
Curtis G. Northcutt c28d58fdbd Re-arrange order of examples 2019-07-29 17:21:11 -07:00
Curtis G. Northcutt 97046b1a73 Fixed import in example 2019-07-28 09:16:53 -07:00
Curtis G. Northcutt 115b93aa4f cleanlab banner now hyperlinks to github page 2019-07-28 07:58:37 -07:00
Curtis Northcutt f9fc40ad20 Added uploading to pypi comments. 2019-07-28 07:56:41 -07:00
Curtis Northcutt 638345cedd Merge branch 'master' of github.com:cgnorthcutt/cleanlab 2019-07-28 07:54:46 -07:00
Curtis G. Northcutt 71d5f541d5 bold news banner 2019-07-28 07:54:39 -07:00
Curtis Northcutt 6b5a030651 VERSION 0.0.10 - improved formatting, docs, testing. 2019-07-28 07:52:30 -07:00
Curtis G. Northcutt 37d9e1a815 fixed spelling error 2019-07-28 07:48:45 -07:00
Curtis G. Northcutt 4d0bdcaee9 subtitle update 2019-07-28 07:43:35 -07:00
Curtis G. Northcutt fa85841e64 Fixed RST formatting issues with section headers 2019-07-28 07:37:26 -07:00
Curtis G. Northcutt aa25d4292b Fixed spacing for rst display 2019-07-27 21:53:09 -07:00
Curtis Northcutt a63e5d57bc Updated with new API changes in examples. 2019-07-27 21:43:16 -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 988cdf3cd5 Added test for pruning sorted_index_method 2019-07-27 18:52:34 -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
Curtis Northcutt 976bde7a1c BIG CHANGE: added multi_label support, fixed cj rounding, added tests 2019-07-27 18:23:11 -07:00