文件历史

27 次代码提交

作者 SHA1 备注 提交日期
Curtis G. Northcutt 398ba77a51 Update version to 1.0.1 2022-03-02 16:34:25 -08:00
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 03bd28dfde change license to agpl-3 2021-06-05 21:24:44 -04:00
Curtis G. Northcutt 374ef59e33 CleanLab 1.0 BETA RELEASE 2021-04-18 15:21:12 -04:00
Curtis G. Northcutt 9a17c9fe35 Update for GNU GPL licensing 2021-03-03 18:09:37 -05:00
Curtis G. Northcutt 8197a2195a Version 0.1.1 - support Python 3.7, Windows, PEP-8
# 0.1.1 
#   - Added support for Python 3.7
#   - Added full support for Windows, including multiprocessing parallelization support in cleanlab/pruning.py
#   - Improved PEP-8 adherence in core cleanlab/ code.
2020-02-17 02:14:24 -05:00
Curtis G. Northcutt 4065627701 Add future features planned and old release notes 2020-02-12 13:23:13 -05:00
Curtis G. Northcutt 098bb4b49b Announcing cleanlab 0.1.0 alpha release!
# 0.1.0 - Release of confident learning paper based on this version of cleanlab: https://arxiv.org/pdf/1911.00068.pdf
#   - Documentation increase
#   - Add examples to find label errors in mnist, cifar, imagenet
#   - re-organized examples and added readme.
2019-11-08 03:45:03 -05:00
Curtis G. Northcutt 9df9c4a79c Version 0.0.14 - bug fix in classification.py 2019-09-28 09:16:59 -04:00
Curtis G. Northcutt feab824740 Version 0.0.13 - bug fixes and baseline methods 2019-09-27 11:48:26 -04:00
Curtis G. Northcutt 3c3a355c91 Clarification on updates for version 0.0.12 2019-08-19 18:07:21 -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
Curtis G. Northcutt 45c6a0f277 VERSION 0.0.11 - New logo and improved README 2019-07-29 17:33:59 -07:00
Curtis Northcutt 6b5a030651 VERSION 0.0.10 - improved formatting, docs, testing. 2019-07-28 07:52:30 -07:00
Curtis Northcutt 000ed1cc95 VERSION 0.0.9 RELEASED 2019-07-27 18:36:18 -07:00
Curtis G. Northcutt 237036b136 Version 0.0.8: supports full auto parallelization and many algorithm changes.
0.0.8 - Multiple major changes
   - Finding label errors is no fully parallelized. 
   - prune_count_method parameter has been removed. 
   - estimate_confident_joint_from_probabilities now automatically calibrates confident joint to be a true joint estimate.
   - Confident joint algorithm changed! When an example is found confidently as 2+ labels, choose class with max probability.
2019-02-17 16:09:32 -08:00
Curtis G. Northcutt 81327c064f 0.0.7 - Major speed increases across the board. No major API changes. 2019-01-05 22:06:20 -08:00
Curtis G. Northcutt 0c7aafd5af v0.0.6 - NO API changes. improved README Tutorials 2018-12-12 00:58:49 -05:00
Curtis G. Northcutt 9bae68250e Upgrade to version 0.0.5 2018-12-08 03:31:21 -05:00
Curtis Northcutt a3492a8084 Remove new lines at end of files. 2018-12-03 16:42:30 -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 f8fd8d996b Working tox-travis-coverage-pytest. 2018-11-25 19:09:08 -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 7c928db0d0 Version 0.0.1 - Initial commit - the world will never be the same. 2018-11-21 12:51:45 -05:00