Curtis Northcutt
|
54022a7e98
|
Fixed bug: make data global for _prune_by methods
|
2019-09-04 00:08:22 -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 |
|
Curtis Northcutt
|
4a1e7cd195
|
Support non-parallelized version of pruning with n_jobs = 1
|
2019-09-03 23:28:40 -04:00 |
|
Curtis Northcutt
|
e5523e76b2
|
Correclty format code to avoid empty spaces at 80 char lines
|
2019-09-03 23:27:29 -04:00 |
|
Curtis G. Northcutt
|
1625d9e9dd
|
Major speed-up by removing np.all on single labels
|
2019-08-21 01:07:51 -04:00 |
|
Curtis G. Northcutt
|
4e7e468888
|
Add citation information
|
2019-08-20 15:48:53 -04:00 |
|
Curtis G. Northcutt
|
2086d2e01b
|
Make example titles larger
|
2019-08-20 15:13:11 -04:00 |
|
Curtis G. Northcutt
|
1857fe31e2
|
reduced length
|
2019-08-20 15:11:43 -04:00 |
|
Curtis G. Northcutt
|
b77b0eccbc
|
Move content below bold start of sentence.
|
2019-08-20 15:06:44 -04:00 |
|
Curtis G. Northcutt
|
47aa365a50
|
shorten
|
2019-08-19 21:31:39 -04:00 |
|
Curtis G. Northcutt
|
bf7d154ae5
|
fixed broken link to tutorial
|
2019-08-19 21:31:11 -04:00 |
|
Curtis G. Northcutt
|
0cbba4abf2
|
Clarification and highlight that the link is a tutorial
|
2019-08-19 21:30:41 -04:00 |
|
Curtis G. Northcutt
|
6acab07b71
|
Shorten
|
2019-08-19 21:29:36 -04:00 |
|
Curtis G. Northcutt
|
a21e49781e
|
Add link to tutorial showing how confident learning works
|
2019-08-19 21:28:42 -04:00 |
|
Curtis G. Northcutt
|
28bf66e43b
|
Update README.rst
|
2019-08-19 18:54:25 -04:00 |
|
cgnorthcutt
|
6c83bce5a9
|
Update comment for pypi updates with twine
|
2019-08-19 18:27:03 -04:00 |
|
Curtis G. Northcutt
|
e5850f16e7
|
Update README.rst
|
2019-08-19 18:14:07 -04:00 |
|
Curtis G. Northcutt
|
b01909de7b
|
Update README.rst
|
2019-08-19 18:13:15 -04:00 |
|
Curtis G. Northcutt
|
3c3a355c91
|
Clarification on updates for version 0.0.12
|
2019-08-19 18:07:21 -04:00 |
|
cgnorthcutt
|
579460f8ab
|
Added testing for confusion_matrix
|
2019-08-19 18:03:07 -04:00 |
|
cgnorthcutt
|
4fc013aaec
|
remove ipynb [ ] artifacts
|
2019-08-19 18:02:42 -04:00 |
|
Curtis G. Northcutt
|
b9c7def1fc
|
VERSION 0.0.12 - Support sparse matrices. No longer directly support fasttext.
|
2019-08-19 17:12:37 -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
|
017faf5729
|
Remove fasttext testing and no longer install fasttext library
|
2019-08-19 16:58:10 -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
|
3e9aadb5c5
|
Fixed path for omitted files.
|
2019-08-19 16:54:44 -04:00 |
|
Curtis G. Northcutt
|
9cd87630ff
|
No longer support coverage of third_party fastText based code.
|
2019-08-19 16:53:36 -04:00 |
|
Curtis G. Northcutt
|
a8b195a7ee
|
No longer support coverage of third_party fastText based code.
|
2019-08-19 16:52:53 -04:00 |
|
Curtis G. Northcutt
|
578d8f77ed
|
Merge pull request #10 from gilad-rubin/add-sparse-support
Add sparse matrix support and testing
|
2019-08-19 12:42:10 -07: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
|
1d408a998a
|
fix syntax. pytorch no longer supports train_data or test_data
|
2019-08-19 15:28:56 -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
|
2cfcd24ece
|
train_labels and test_labels was deprecrated in favor for targets. fixed.
|
2019-08-19 15:06:32 -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 G. Northcutt
|
45c6a0f277
|
VERSION 0.0.11 - New logo and improved README
|
2019-07-29 17:33:59 -07:00 |
|
Curtis G. Northcutt
|
28e705042d
|
Clarified 'fast' explanation
|
2019-07-29 17:29:08 -07:00 |
|
Curtis G. Northcutt
|
172bcf9810
|
Clarified example with variable name change
|
2019-07-29 17:24:05 -07:00 |
|
Curtis G. Northcutt
|
c28d58fdbd
|
Re-arrange order of examples
|
2019-07-29 17:21:11 -07:00 |
|
Curtis G. Northcutt
|
97046b1a73
|
Fixed import in example
|
2019-07-28 09:16:53 -07:00 |
|
Curtis G. Northcutt
|
115b93aa4f
|
cleanlab banner now hyperlinks to github page
|
2019-07-28 07:58:37 -07:00 |
|
Curtis Northcutt
|
f9fc40ad20
|
Added uploading to pypi comments.
|
2019-07-28 07:56:41 -07:00 |
|