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 |
|
Curtis Northcutt
|
e8001ca024
|
Added 1e-4 buffer on assertion tests.
|
2018-12-16 23:16:39 -05:00 |
|
Curtis Northcutt
|
11b899251b
|
Added tests for new arror and py_method = marginal_ps
|
2018-12-15 18:10:22 -05:00 |
|
Curtis Northcutt
|
3b4cf93730
|
Add tests for max_iter parameter in noise matrix gen
|
2018-12-15 17:40:33 -05:00 |
|
Curtis Northcutt
|
c46bae5b61
|
100% codecov with pytest.
|
2018-12-08 03:09:42 -05:00 |
|
Curtis Northcutt
|
15176b9b90
|
100% codecov with pytest (or close enough).
|
2018-12-08 02:57:29 -05:00 |
|
Curtis Northcutt
|
98f73da2ce
|
Increased test coverage of fasttext.py
|
2018-12-08 02:18:57 -05:00 |
|
Curtis Northcutt
|
6b014c9576
|
Increased testing coverage.
|
2018-12-08 01:42:00 -05:00 |
|