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
cgnorthcutt
84117cdc71
Add utils for onehot labels <> list of lists
2020-02-17 01:57:22 -05:00
cgnorthcutt
7c909098fb
n_jobs is set to max.cpu for all operating systems
2020-02-17 01:56:45 -05:00
cgnorthcutt
1441280725
Add support for python 3.7
2020-02-16 21:27:44 -05:00
cgnorthcutt
b1226fe4da
PEP-8 adherence
2020-02-16 21:19:41 -05:00
cgnorthcutt
133870f889
typo fix
2020-02-16 21:09:48 -05:00
cgnorthcutt
0c673c8b0b
Adherence to PEP-8
2020-02-16 21:09:15 -05:00
cgnorthcutt
c507d46c92
BUG FIX: added thresholds param to multi_label cj est
2020-02-16 20:52:09 -05:00
cgnorthcutt
88b30ecdec
Bug fix. Where named params removed
2020-02-16 20:37:34 -05:00
cgnorthcutt
0642a19f49
PEP-8 adherence
2020-02-16 20:32:33 -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
Curtis G. Northcutt
4065627701
Add future features planned and old release notes
2020-02-12 13:23:13 -05:00
Curtis G. Northcutt
d45736ef87
FIx bug with estimating noise for multi label data
2019-12-26 11:10:48 -05:00
Curtis Northcutt
67e6a87dc5
prints error message if labels are not zero-index
2019-11-26 01:19:34 -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