文件历史

提交图

694 次代码提交

作者 SHA1 备注 提交日期
Curtis Northcutt c692e58673 Removed illogical and unnecessary valueError check. 2018-12-07 19:41:56 -05:00
Curtis Northcutt 949d069ad7 Fixed numerical issue with float equality. 2018-12-07 19:31:57 -05:00
Curtis Northcutt fb99a19d73 Remove codecov for saftey check line. 2018-12-07 17:45:35 -05:00
Curtis Northcutt 90b52cb087 Printing now works for single element matrices. 2018-12-07 17:14:39 -05:00
Curtis Northcutt 22ebddb953 Removed hardcoded seed to 0. 2018-12-07 16:27:29 -05:00
Curtis Northcutt 724dc19ac6 Added coverage for noise_generation.py 2018-12-07 16:16:00 -05:00
Curtis Northcutt 25377e0248 Added support for confusion matrix with non consecutive labels. 2018-12-07 16:14:45 -05:00
Curtis Northcutt 3bee5b7413 Replaced exception with assertion for uncommon condition. 2018-12-07 11:38:32 -05:00
Curtis Northcutt 65e9b0c9dd Add deprecation warning for generate_noise_matrix. 2018-12-07 11:36:33 -05:00
Curtis Northcutt adec07cdfd Changed method name to confusion_matrix. 2018-12-07 11:28:54 -05:00
Curtis Northcutt f571ba7447 Remove dependency on sklearn. 2018-12-07 11:28:30 -05:00
Curtis Northcutt 69b81c35ba Unified spacing and formatting. 2018-12-06 21:12:43 -05:00
Curtis Northcutt d44447a8b7 Added default solver for all instances of logreg 2018-12-06 20:28:29 -05:00
Curtis Northcutt 18f6150e5c Exclude TODO/pulearning from codecov. 2018-12-06 18:23:52 -05:00
Curtis Northcutt 88854d73d6 Explain which prune_count_method to use in comments. 2018-12-06 18:02:34 -05:00
Curtis Northcutt 694ab6f897 Removed commented deprecated method. 2018-12-06 18:01:37 -05:00
Curtis Northcutt 1fe54b502e Added warnings and comments to clarify prune_count_method. 2018-12-06 18:01:08 -05:00
Curtis Northcutt a3492a8084 Remove new lines at end of files. 2018-12-03 16:42:30 -08:00
Curtis Northcutt c1ef76497b Renaming RankPruning alg to LearningWithNoisyLabels 2018-12-03 16:40:32 -08:00
Curtis Northcutt 1e563004c9 fasttext is stochastic (not seeded results). Adjusted testing accordingly. 2018-12-03 13:16:43 -08:00
Curtis Northcutt 2ed22ef8a7 Added a version warning class to warn if wrong py version 2018-12-03 00:21:32 -08:00
Curtis Northcutt bd27bea246 Warn if using fasttext with incompatible python version. 2018-12-02 23:11:56 -08:00
Curtis Northcutt 7443696895 Added support for fasttext (python 3 only) 2018-12-02 22:48:49 -08:00
Curtis Northcutt 3a2ca11242 Added warning for pyTorch with invalid python version 2018-12-02 22:25:52 -08:00
Curtis Northcutt 0b6fb99c2e version 0.0.4 - first cross-python working branch of cleanlab 2018-11-25 22:49:15 -05:00
Curtis Northcutt f9cddc06fd remove ipynb 2018-11-25 21:40:14 -05:00
Curtis Northcutt 7a5530119e Updated for pytorch 0.0.4 2018-11-25 21:37:24 -05:00
Curtis Northcutt a004209be8 Updated for pytorch 0.0.4 2018-11-25 21:37:16 -05:00
Curtis G. Northcutt 2c1e558cf4 Delete mnist_pytorch.ipynb 2018-11-25 21:36:14 -05:00
Curtis Northcutt 2c0044db82 Fixed error. renamed self.model to self.clf 2018-11-25 20:19:39 -05:00
Curtis Northcutt 2409c67f93 change confidentlearning to cleanlab 2018-11-25 20:11:00 -05:00
Curtis Northcutt 452271838a Made RP.score() py2 and py3 compatible 2018-11-25 19:25:17 -05:00
Curtis Northcutt f8fd8d996b Working tox-travis-coverage-pytest. 2018-11-25 19:09:08 -05:00
Curtis Northcutt b243c15318 ADDING __INIT__.py PACKAGE BROKEN BEFORE NOW 2018-11-25 19:00:46 -05:00
Curtis G. Northcutt 26ce101b0d 0.0.3 - adding link to logo that works with pypi 2018-11-22 16:45:07 -05:00
Curtis Northcutt bbe9187798 Generate mathematically valid synthetic noise matrices. 2018-11-21 12:52:35 -05:00
Curtis Northcutt 5c16727068 Finds the indices of the examples with label errors in a dataset. 2018-11-21 12:52:09 -05:00
Curtis Northcutt 7c928db0d0 Version 0.0.1 - Initial commit - the world will never be the same. 2018-11-21 12:51:45 -05:00
Curtis Northcutt 36234c6678 Added MNIST PyTorch models. 2018-11-21 12:47:06 -05:00
Curtis Northcutt 0cc6f8fb17 cleanlab package utility functions 2018-11-21 12:43:42 -05:00
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