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
9575c08f05
add agpl-3 license
2021-06-05 21:28:39 -04:00
Curtis G. Northcutt
7619701ff9
add agpl-3 license
2021-06-05 21:28:12 -04:00
Curtis G. Northcutt
49a77ecd8e
add agpl-3 license
2021-06-05 21:27:54 -04:00
Curtis G. Northcutt
0420eaa4a4
Update targets to type long for pytorch compatibility on windows.
2021-04-08 22:44:27 -04:00
Curtis G. Northcutt
e81cabef1e
yann lecunn blocked auto-download of mnist. use sklearn digits instead
2021-04-08 22:13:04 -04:00
Curtis G. Northcutt
4575d78a0b
do not warn about getargspec. need to support old version
2021-04-08 22:12:19 -04:00
Curtis G. Northcutt
7dc1b14aa5
add support for python version 3.8
2021-04-08 22:11:49 -04:00
Curtis G. Northcutt
fab4ff300a
typo correction
2021-03-03 18:14:58 -05:00
Curtis G. Northcutt
d4204f35b5
Add GPU GPL licensing
2021-03-03 18:14:36 -05:00
Curtis G. Northcutt
5ece3b735d
Create README.md
2021-03-03 18:13:38 -05:00
Curtis Northcutt
b45ebd1688
No longer support python2 and pytorch compatibility
2020-02-25 22:09:45 -05:00
cgnorthcutt
6791134f70
fix docstrings to double quote
2020-02-17 01:57:53 -05:00
cgnorthcutt
2479c636a5
pep-8 adherence
2020-02-16 20:51:26 -05:00
cgnorthcutt
994625beb2
add testing for parameters
2019-09-19 12:26:10 -04:00
Curtis Northcutt
658525dcb2
move data creation to global
2019-09-04 17:01:43 -04:00
Curtis Northcutt
4c0903be7b
move data creation to global
2019-09-04 16:59:57 -04:00
Curtis Northcutt
e8411c273c
testing for baseline methods
2019-09-04 16:53:48 -04:00
Curtis Northcutt
cfde73314a
fixed issue where param wasn't getting used
2019-09-04 00:07:35 -04:00
Curtis Northcutt
8de04b0f42
Add testing for n_jobs param in pruning
2019-09-03 23:29:16 -04:00
cgnorthcutt
579460f8ab
Added testing for confusion_matrix
2019-08-19 18:03:07 -04:00
cgnorthcutt
fc55579eb6
Merge branch 'master' of github.com:cgnorthcutt/cleanlab
2019-08-19 16:59:13 -04:00
cgnorthcutt
bed2fa228c
Remove ipynb artificats like # In[0]
2019-08-19 16:59:09 -04:00
Curtis G. Northcutt
ecd7a191c0
No longer support fasttext as a direct dependency.
2019-08-19 16:56:22 -04:00
Curtis G. Northcutt
f076c51569
Fix test_small_data. Now it uses a small dataset.
2019-08-19 15:32:59 -04:00
Curtis G. Northcutt
33db501ad6
Fixed test failure due to rounding issue.
2019-08-19 15:25:35 -04:00
Curtis G. Northcutt
41e9ea5ce2
syntax error. define global before using.
2019-08-19 15:12:52 -04:00
Curtis G. Northcutt
42343dbf67
bug fix: syntax typo
2019-08-19 15:04:19 -04:00
Curtis G. Northcutt
f0cd37b0ed
Fixed use of seed as global variable
2019-08-19 14:53:35 -04:00
Curtis G. Northcutt
03d436b52f
fixed issue with local variable hiding global
2019-08-19 13:50:47 -04:00
Curtis G. Northcutt
26075c3a0c
Reduce size of make_data and only create data once
2019-08-19 13:49:27 -04:00
Curtis G. Northcutt
d4e51b60d6
Merge branch 'master' into add-sparse-support
2019-08-19 10:31:43 -07:00
gilad-rubin
9b50b62e44
removed "make data" outside the functions
2019-08-17 18:53:45 +03:00
gilad-rubin
02b8398abd
added sparse support
2019-08-03 18:13:28 +03:00
Curtis Northcutt
988cdf3cd5
Added test for pruning sorted_index_method
2019-07-27 18:52:34 -07:00
Curtis Northcutt
976bde7a1c
BIG CHANGE: added multi_label support, fixed cj rounding, added tests
2019-07-27 18:23:11 -07:00
Curtis Northcutt
1b04c7c346
remove calls to estimate_confident_joint_from_probabilities
2019-07-26 22:23:36 -04:00
Curtis Northcutt
2d72157a44
moved joint assertions to tests.
2019-07-26 22:03:04 -04:00
Curtis Northcutt
daea359f5a
Remove deprecated function from testing
2019-07-26 21:37:10 -04:00
Curtis Northcutt
fe44541e53
Change import order for PEP compatibility
2019-06-24 15:03:42 -04:00
Curtis Northcutt
f9fe98f638
Remove print statements in testing
2019-06-24 14:58:34 -04:00
Curtis Northcutt
7a12ecc938
Fixed test. only use exact pruning count with prune_by_class
2019-06-24 14:56:59 -04:00
cgnorthcutt
d61d2eb55b
Modified pytorch testing to appease py27 issues.
2019-02-16 16:39:06 -05:00
cgnorthcutt
e2b713872f
Try removing pyc and pycache before running toxt.
2019-02-16 15:35:48 -05:00
cgnorthcutt
befbf82090
Remove unused tests.
2019-02-16 04:07:51 -05:00
cgnorthcutt
df4369407f
Remove references to prune_count_method.
2019-02-16 00:32:18 -05:00
Curtis Northcutt
c1bb07c1fa
Fixed error. passed in data instead of indices.
2018-12-30 19:42:00 -08:00