提交

提交图

1485 次代码提交

作者 SHA1 备注 提交日期
Curtis G. Northcutt aec915da5d Merge pull request #45 from jingege315/master
remove same words in README.rst
2020-09-11 11:16:14 -04:00
Hui eb37e7e84c remove same words in README.rst 2020-09-11 14:14:59 +08:00
Curtis G. Northcutt 7662297663 spelling fix 2020-07-29 09:39:49 -04:00
Curtis G. Northcutt afd7bb9b8d Create FUNDING.yml 2020-03-29 22:26:32 -04:00
Curtis G. Northcutt 9c4feb4e47 remove pytorch tests in deprecated python2.7 2020-02-25 23:11:03 -05:00
Curtis G. Northcutt 6d4e4b9394 remove pytorch installs for windows py27. 2020-02-25 23:04:17 -05:00
Curtis Northcutt de5018c75b Merge branch 'tox-testing' of github.com:cgnorthcutt/cleanlab into tox-testing 2020-02-25 22:18:05 -05:00
Curtis G. Northcutt 26b9184d40 try to fix win/mac py27 torch install 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt 260b99de56 linux py27 pip install future for torch support 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt ea85c1670b fix pytorch install py27 win,pytest run py27 linux 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt ab9bb9f4fb Fix macOS py2.7 env issue & pytorch dl link in Win 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt a073e8dc0e remove linux whl dependencies for win install 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt 0152b560d4 Remove linux py wheels in macOs install 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt 3b0e37777d Add specific install instructions for osx/linux 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt 5c64a04993 tox fails in os/win. trying adding script: pytest 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt 9eb86347c7 Remove pip upgrade in python2 macOs. causes error. 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt ceb039bc93 Add all linux tests. add more windows tests. 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt 279d901da5 splitting up macos and windows and linux testing 2020-02-25 22:17:11 -05:00
Curtis G. Northcutt 5150285a1f Add linux, osx, and windows testing 2020-02-25 22:17:11 -05:00
Curtis Northcutt b45ebd1688 No longer support python2 and pytorch compatibility 2020-02-25 22:09:45 -05:00
Curtis G. Northcutt f1e28941ce try to fix win/mac py27 torch install 2020-02-25 21:31:49 -05:00
Curtis G. Northcutt 20d686b259 linux py27 pip install future for torch support 2020-02-25 21:17:14 -05:00
Curtis G. Northcutt 96c875ceed fix pytorch install py27 win,pytest run py27 linux 2020-02-25 21:11:44 -05:00
Curtis G. Northcutt f919dc3f14 Fix macOS py2.7 env issue & pytorch dl link in Win 2020-02-25 20:07:34 -05:00
Curtis G. Northcutt 87d968699b remove linux whl dependencies for win install 2020-02-25 19:18:37 -05:00
Curtis G. Northcutt 6d1c1bd5dd Remove linux py wheels in macOs install 2020-02-25 19:16:38 -05:00
Curtis G. Northcutt b68a76f2ee Add specific install instructions for osx/linux 2020-02-25 19:10:55 -05:00
Curtis G. Northcutt 1694fb593a tox fails in os/win. trying adding script: pytest 2020-02-25 18:35:08 -05:00
Curtis G. Northcutt a5108b525a Remove pip upgrade in python2 macOs. causes error. 2020-02-25 18:18:40 -05:00
Curtis G. Northcutt afabb028c0 Add all linux tests. add more windows tests. 2020-02-25 18:14:39 -05:00
Curtis G. Northcutt f0a3603c91 splitting up macos and windows and linux testing 2020-02-25 18:05:52 -05:00
Curtis G. Northcutt 8b23731c79 Add linux, osx, and windows testing 2020-02-22 21:23:51 -05:00
Curtis G. Northcutt e9da429c27 Removed duplicate line, typo fix, link to imagenet 2020-02-20 08:58:12 -05:00
Curtis G. Northcutt eb06cd13b4 README overall. inclusion of cifar-10 demos. 2020-02-20 08:36:16 -05:00
Curtis G. Northcutt 21a719803c Fix link to planned future features for cleanlab 2020-02-20 06:14:57 -05:00
Curtis G. Northcutt d36cc3eab1 update copyright to 2020 2020-02-20 06:11:28 -05:00
Curtis G. Northcutt 269e8f2b1f Remove coteaching to avoid pytorch dependency
If you don't have pytorch installed, cleanlab should still work fine. We don't want to import something that requires pytorch whenever you import cleanlab. cleanlab works with any machine learning or deep learning framework and we want to keep it that way.
2020-02-20 06:08:08 -05:00
Curtis G. Northcutt 2c917d5d88 add cifar_cnn to omitted coverage files 2020-02-20 06:02:50 -05:00
Curtis G. Northcutt e2029e0766 Add news section to top with CIFAR-10 sota example 2020-02-20 05:56:13 -05:00
Curtis G. Northcutt 8ba2b864eb Add links to examples of how to use this module. 2020-02-20 05:42:44 -05:00
Curtis G. Northcutt 3cf1e8ab63 Add proper citation 2020-02-20 05:38:15 -05:00
Curtis Northcutt cb0fad98cb Add link to coteaching: 2020-02-20 05:30:56 -05:00
Curtis Northcutt 866218ca1d cleanlab now support Co-Teaching natively (python3, PyTorch 1.4) 2020-02-20 05:30:32 -05:00
Curtis Northcutt c5a1ff0870 increase pep-8 adherence. 2020-02-20 05:28:52 -05:00
Curtis Northcutt 049e702fef increase pep-8 adherence. 2020-02-20 05:28:37 -05:00
Curtis Northcutt 4835632f3b Add a simple pytorch CNN for cifar. 2020-02-20 05:26:54 -05:00
Curtis Northcutt 597fc1f9c7 Add readme to explain dependencies. 2020-02-20 05:26:34 -05:00
Curtis G. Northcutt c9dfbe7c2e Remove dataset reference. Cite confident learning paper instead 2020-02-17 12:57:28 -05:00
Curtis G. Northcutt 6a33506e90 python 3.7 and windows now supported natively 2020-02-17 02:36:55 -05:00
Curtis G. Northcutt 6584549867 Windows support added 2020-02-17 02:28:06 -05:00