文件历史

提交图

694 次代码提交

作者 SHA1 备注 提交日期
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 97219f364d change license to agpl-3 2021-06-05 21:26:14 -04:00
Curtis G. Northcutt 6eba9e344a add agpl-3 license 2021-06-05 21:25:59 -04:00
Curtis G. Northcutt eda9f48d99 change license to agpl-3 2021-06-05 21:25:41 -04:00
Curtis G. Northcutt 085a355617 Change license to agpl-3 2021-06-05 21:24:59 -04:00
Curtis G. Northcutt 03bd28dfde change license to agpl-3 2021-06-05 21:24:44 -04:00
Curtis G. Northcutt bda9d9cbfd change license to agpl-3 2021-06-05 21:24:25 -04:00
Curtis G. Northcutt bb3300a96a change license to agpl-3 2021-06-05 21:23:58 -04:00
Curtis G. Northcutt 74f155dc3b Change license to apgl-3 2021-06-05 21:23:32 -04:00
Curtis G. Northcutt fbf5d5d26e Change license to AGPL-3 2021-06-05 21:23:13 -04:00
Curtis G. Northcutt 566492f258 Change license to AGPL-3 2021-06-05 21:22:56 -04:00
Curtis G. Northcutt c7a3757fef Change license to AGPL-3 2021-06-05 21:22:36 -04:00
Curtis G. Northcutt 37761c2c6e Update classification.py 2021-06-05 21:22:04 -04:00
Curtis G. Northcutt 2e1883a263 Update license to AGPL-3 2021-06-05 21:21:48 -04:00
cgnorthcutt a3658211bc Fix a bug printing too much debug information. 2021-05-05 13:40:45 -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 374ef59e33 CleanLab 1.0 BETA RELEASE 2021-04-18 15:21:12 -04:00
Curtis G. Northcutt 22f86ecff6 convert targets to long before training. improves windows copatibility 2021-04-08 23:00:01 -04:00
Curtis G. Northcutt d2abf3459b Adhere to pep-8. add support for python v3.8 2021-04-08 22:09:55 -04:00
Curtis G. Northcutt b41532a22b massive changes. added support of sklearn digits dataset. 2021-04-08 22:09:06 -04:00
Curtis G. Northcutt 1074c70509 Add support for version 3.8 python 2021-04-08 22:08:31 -04:00
Curtis G. Northcutt 372feabf4b Add license 2021-04-08 22:07:57 -04:00
Curtis G. Northcutt 2aae853888 formatting. remove unused dependency 2021-04-08 22:07:31 -04:00
Curtis G. Northcutt 9a17c9fe35 Update for GNU GPL licensing 2021-03-03 18:09:37 -05:00
Curtis G. Northcutt a8eae51b77 Update for GNU GPL licensing 2021-03-03 18:09:10 -05:00
Curtis G. Northcutt 3984417c01 Update for GNU GPL licensing 2021-03-03 18:08:34 -05:00
Curtis G. Northcutt eb219c0a73 Update for GNU GPL licensing. 2021-03-03 18:08:13 -05:00
Curtis G. Northcutt 0b07d18503 Update for GNU GPL licensing. 2021-03-03 18:07:56 -05:00
Curtis G. Northcutt 192edc170d Update for GNU GPL licensing 2021-03-03 18:07:34 -05:00
Curtis G. Northcutt c7f8bf8806 update for GNU GPL licensing 2021-03-03 18:07:13 -05:00
Curtis G. Northcutt cc1f1a582e update for GNU GPL licensing 2021-03-03 18:06:49 -05:00
Curtis G. Northcutt 2945924749 Add copyright 2021-03-03 18:06:07 -05:00
Curtis G. Northcutt 927a97eb06 Add copyright 2021-03-03 18:05:51 -05:00
cgnorthcutt 0fc5dd519b Remove print statement 2021-02-14 02:05:29 -05:00
cgnorthcutt d941d19f68 Fixed bug with last batch being small size. updated params. 2021-02-12 14:31:32 -05:00
cgnorthcutt 5002470cae clarify comments. no longer require python version compatibility. 2021-02-12 14:29:37 -05:00
cgnorthcutt 286d9dc9bb Fix error: multi-label should work now for estimate_joint 2020-10-16 01:57:24 -04:00
Anish Athalye e2ae42a429 Update import path
fastText has updated their import path to `fasttext`. This patch makes
it so that cleanlab works with the latest release of fastText on PyPI.
See <https://fasttext.cc/blog/2019/06/25/blog-post.html>.
2020-10-10 15:20:16 -04: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 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 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
cgnorthcutt e647398bd2 BIG UPDATE: fully support Windows multiprocessing and python 3.7 2020-02-17 01:59:33 -05:00