文件历史

30 次代码提交

作者 SHA1 备注 提交日期
Anish Athalye 1e16d7fd76 Merge branch 'anishathalye/copyright-assign' 2022-01-10 06:06:51 -05:00
Anish Athalye 13895791ef Bump copyright year 2021-12-31 11:02:23 -05:00
Anish Athalye 0fc2ddc974 Switch copyright assignment to Cleanlab 2021-12-27 09:59:29 -05:00
Anish Athalye 7e7cdb456f Sync license text
This patch updates metadata in `setup.py` and comments in other files to
clarify that the current license is AGPLv3, as is specified in the
current `LICENSE` file.

This patch also removes the "this agreement applies to this version and
all previous versions" text from the README and code comments, because
it is redundant; the previous code was already released under a _more
liberal_ license, so giving the option of AGPLv3 is not useful (and
perhaps confusing).
2021-12-27 09:43:56 -05:00
Curtis G. Northcutt 37761c2c6e Update classification.py 2021-06-05 21:22:04 -04:00
Curtis G. Northcutt 7023b6baa7 Clean up docstrings for ReadTheDocs 2021-04-19 02:56:45 -04:00
Curtis G. Northcutt ad9543de38 Update cleanlab docs with sphinx_rtd formatting 2021-04-18 18:34:53 -04:00
Curtis G. Northcutt 2aae853888 formatting. remove unused dependency 2021-04-08 22:07:31 -04:00
Curtis G. Northcutt 2945924749 Add copyright 2021-03-03 18:06:07 -05:00
cgnorthcutt 7c909098fb n_jobs is set to max.cpu for all operating systems 2020-02-17 01:56:45 -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
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 0d546307b0 BUG FIX: Remove unused parameter 2019-09-28 09:11:22 -04:00
Curtis Northcutt e5523e76b2 Correclty format code to avoid empty spaces at 80 char lines 2019-09-03 23:27:29 -04:00
cgnorthcutt 4fc013aaec remove ipynb [ ] artifacts 2019-08-19 18:02:42 -04:00
Curtis Northcutt 8fec809e10 Fixed header comment 2019-07-26 21:34:15 -04:00
Curtis G. Northcutt 41a4081f48 Typo fix in comments 2019-06-20 16:57:33 -04:00
cgnorthcutt 3533b2afc6 Remove all references to prune_count_method and warnings 2019-02-16 00:20:16 -05:00
Curtis Northcutt 18f6150e5c Exclude TODO/pulearning from codecov. 2018-12-06 18:23:52 -05:00
Curtis Northcutt 1fe54b502e Added warnings and comments to clarify prune_count_method. 2018-12-06 18:01:08 -05:00
Curtis Northcutt c1ef76497b Renaming RankPruning alg to LearningWithNoisyLabels 2018-12-03 16:40:32 -08: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 0f558a6997 The RankPruning() class for learning with noisy labels. 2018-11-21 12:39:56 -05:00