cgnorthcutt
|
d61d2eb55b
|
Modified pytorch testing to appease py27 issues.
|
2019-02-16 16:39:06 -05:00 |
|
cgnorthcutt
|
07ff9a88c6
|
BUG FIX: missing then in bash script for tox
|
2019-02-16 16:05:13 -05:00 |
|
cgnorthcutt
|
cbd6bb6e4d
|
Update torch install to torch 1.0
|
2019-02-16 15:58:22 -05:00 |
|
cgnorthcutt
|
e2b713872f
|
Try removing pyc and pycache before running toxt.
|
2019-02-16 15:35:48 -05:00 |
|
cgnorthcutt
|
42fce2931d
|
Whitelist pytest to avoid tox warning.
|
2019-02-16 13:59:45 -05:00 |
|
cgnorthcutt
|
befbf82090
|
Remove unused tests.
|
2019-02-16 04:07:51 -05:00 |
|
cgnorthcutt
|
1c7d341a9a
|
MAJOR CHANGE: multiprocessed ordering, removed prune_count_method
|
2019-02-16 03:51:24 -05:00 |
|
cgnorthcutt
|
df4369407f
|
Remove references to prune_count_method.
|
2019-02-16 00:32:18 -05:00 |
|
cgnorthcutt
|
3533b2afc6
|
Remove all references to prune_count_method and warnings
|
2019-02-16 00:20:16 -05:00 |
|
cgnorthcutt
|
18637d17eb
|
Update comments to reflect that conf joint is calibrated now.
|
2019-02-15 23:06:25 -05:00 |
|
cgnorthcutt
|
a712d18bd7
|
Replace cj with confident_joint
|
2019-02-15 22:56:21 -05:00 |
|
cgnorthcutt
|
f44372cf31
|
Return array of False (isntead of None) when no label errors
|
2019-02-15 22:44:56 -05:00 |
|
cgnorthcutt
|
e7c961a9cc
|
BIG CHANGE: Confident learning now uses multiprocessing for finding label errors.
|
2019-02-15 22:23:58 -05:00 |
|
cgnorthcutt
|
14aea4b548
|
Add tqdm for multiprocessing support.
|
2019-02-15 22:21:45 -05:00 |
|
cgnorthcutt
|
3d4570d472
|
Removed reference to non-existent variable labels.
|
2019-02-15 19:43:01 -05:00 |
|
cgnorthcutt
|
535c61a71d
|
Add method to estimate the full joint of noisy labels.
|
2019-02-15 19:20:07 -05:00 |
|
cgnorthcutt
|
305eb61fc1
|
Add method to calibrate confident joint.
|
2019-02-15 19:13:55 -05:00 |
|
Curtis G. Northcutt
|
5d67b02ddd
|
Shorten why this package is unique.
|
2019-02-15 11:09:10 -08:00 |
|
Curtis G. Northcutt
|
db53e20bae
|
Remove Forrest Gump quote :)
|
2019-02-15 11:05:34 -08:00 |
|
cgnorthcutt
|
e7bc4276a0
|
MAJOR CHANGE: confident joint now uses max pred for collisions.
|
2019-02-15 13:54:57 -05:00 |
|
cgnorthcutt
|
574346e7ab
|
Add environment bang header.
|
2019-02-14 19:27:16 -05:00 |
|
cgnorthcutt
|
c65851685f
|
Avoid errors caused by letting s be a list. convert s to np array
|
2019-02-14 19:26:56 -05:00 |
|
cgnorthcutt
|
66de6a42fc
|
Update docstsring to explain multi_label param
|
2019-02-14 18:35:04 -05:00 |
|
Curtis Northcutt
|
8b1897412e
|
MAJOR CHANGE - confident joint only selects each example once now.
|
2019-01-23 04:49:16 -05:00 |
|
Curtis Northcutt
|
6658e483c5
|
Add support for multi-label classification.
|
2019-01-21 20:59:56 -05:00 |
|
Curtis Northcutt
|
cbb3a81715
|
Add buffer to avoid precision issues with float.
|
2019-01-21 20:54:47 -05:00 |
|
Curtis G. Northcutt
|
770b068922
|
Moved part of subtitle into body
|
2019-01-05 22:16:32 -08:00 |
|
Curtis G. Northcutt
|
02aeadaf85
|
clarified cleanlab = cleans labels
|
2019-01-05 22:13:48 -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
|
cce7feed6a
|
update collaboration note.
|
2019-01-04 15:22:48 -08:00 |
|
Curtis G. Northcutt
|
2a9c202607
|
Add note for collaboration.
|
2019-01-04 15:20:01 -08:00 |
|
Curtis G. Northcutt
|
97728ca8b5
|
emphasize `cleanlab` CLEANs LABels.
|
2019-01-04 15:15:14 -08:00 |
|
Curtis G. Northcutt
|
17f9018d04
|
Add license information.
|
2019-01-04 14:58:08 -08:00 |
|
Curtis G. Northcutt
|
347852b589
|
Update LICENSE copyright for 2019.
|
2019-01-04 14:57:44 -08:00 |
|
Curtis Northcutt
|
70c8999d5c
|
avoid loop to handle end of file more efficiently.:
|
2019-01-04 14:50:45 -08:00 |
|
Curtis G. Northcutt
|
82a048f1ac
|
Explain the name cleanlab. cleanlab CLEANs LABels
|
2019-01-04 14:49:23 -08:00 |
|
Curtis Northcutt
|
3619478bf3
|
Fixed errors. data_loader much faster. removed idx in indices.
|
2019-01-01 21:44:03 -08:00 |
|
Curtis Northcutt
|
be192e156f
|
Fixed error popping from empty stack
|
2019-01-01 21:18:36 -08:00 |
|
Curtis Northcutt
|
6ddcc7055b
|
Avoid idx in indices -- slow operation in _create_train
|
2019-01-01 21:09:20 -08:00 |
|
Curtis Northcutt
|
c8dee91f46
|
Initialize clf to None and do not __deepcopy__ when none.
|
2018-12-30 20:26:40 -08:00 |
|
Curtis Northcutt
|
c1bb07c1fa
|
Fixed error. passed in data instead of indices.
|
2018-12-30 19:42:00 -08:00 |
|
Curtis Northcutt
|
d6a27ce212
|
Add support for copy.deepcopy
|
2018-12-30 19:28:20 -08:00 |
|
Curtis Northcutt
|
6c07d4c2da
|
Error fix. data_indices now correctly writes data for each index
|
2018-12-30 17:52:55 -08:00 |
|
Curtis Northcutt
|
6118bfd8d1
|
Error fix. Wrong file name.
|
2018-12-30 17:35:49 -08:00 |
|
Curtis Northcutt
|
1d41fffc21
|
Error fix. seperate write file from read file.
|
2018-12-30 17:33:07 -08:00 |
|
Curtis Northcutt
|
8662d8f153
|
Fixed bug. changed append with a+ to a
|
2018-12-30 17:25:37 -08:00 |
|
Curtis Northcutt
|
3d878b9d97
|
Add space around __newline__
|
2018-12-30 16:58:03 -08:00 |
|
Curtis Northcutt
|
c2c2843cd1
|
Fix error - replace newlines in text with __newline__
|
2018-12-30 16:56:35 -08:00 |
|
Curtis Northcutt
|
da9407f50d
|
Strip newline at end of first line read in data loader.
|
2018-12-30 15:53:00 -08:00 |
|
Curtis Northcutt
|
0b5bf3594c
|
Fixing error. Removing \n when writing data
|
2018-12-30 13:45:28 -08:00 |
|