Curtis G. Northcutt
|
9df9c4a79c
|
Version 0.0.14 - bug fix in classification.py
|
2019-09-28 09:16:59 -04:00 |
|
Curtis G. Northcutt
|
0d546307b0
|
BUG FIX: Remove unused parameter
|
2019-09-28 09:11:22 -04:00 |
|
Curtis G. Northcutt
|
feab824740
|
Version 0.0.13 - bug fixes and baseline methods
|
2019-09-27 11:48:26 -04:00 |
|
cgnorthcutt
|
b478c3258c
|
Remove assert in function
|
2019-09-23 15:28:57 -04:00 |
|
cgnorthcutt
|
55351cacce
|
Fix bug from using cleanlab.util.confusion_matrix
|
2019-09-23 15:26:09 -04:00 |
|
cgnorthcutt
|
740fd5ab3b
|
added parameters to methods for confident joint estimation
|
2019-09-19 12:25:36 -04:00 |
|
cgnorthcutt
|
a6b28030da
|
simplify logic and shorten code for prune_by_noise_rate
|
2019-09-19 12:22:44 -04:00 |
|
cgnorthcutt
|
5ec1a2cf81
|
FATAL bug fix for prune_by_noise_rate. margin was wrong. was same as np.argmax
|
2019-09-19 12:00:01 -04:00 |
|
Curtis Northcutt
|
1aed258481
|
Remove unused parameter
|
2019-09-04 21:55:58 -04:00 |
|
Curtis Northcutt
|
6b6f8f6f5a
|
Add baseline_methods to cleanlab package
|
2019-09-04 16:53:29 -04:00 |
|
Curtis Northcutt
|
b7af0bba86
|
BUG FIX: wrong index was used for s_counts check
|
2019-09-04 16:52:47 -04:00 |
|
Curtis Northcutt
|
da93bd4ae0
|
Add param to return the indices of examples counted in conf joint
|
2019-09-04 16:52:00 -04:00 |
|
Curtis Northcutt
|
54022a7e98
|
Fixed bug: make data global for _prune_by methods
|
2019-09-04 00:08:22 -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
|
3c3a355c91
|
Clarification on updates for version 0.0.12
|
2019-08-19 18:07:21 -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 |
|
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
|
2cfcd24ece
|
train_labels and test_labels was deprecrated in favor for targets. fixed.
|
2019-08-19 15:06:32 -04:00 |
|
Curtis G. Northcutt
|
d4e51b60d6
|
Merge branch 'master' into add-sparse-support
|
2019-08-19 10:31:43 -07: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 Northcutt
|
6b5a030651
|
VERSION 0.0.10 - improved formatting, docs, testing.
|
2019-07-28 07:52:30 -07:00 |
|
Curtis Northcutt
|
6d410511f8
|
Added verbose parameter, default printing off
|
2019-07-27 21:42:58 -07:00 |
|
Curtis Northcutt
|
8892a99cb0
|
Remove a multiprocessing method from coverage
|
2019-07-27 18:54:17 -07:00 |
|
Curtis Northcutt
|
361a7dbb40
|
Remove multiprocessing methods from coverage
|
2019-07-27 18:45:00 -07:00 |
|
Curtis Northcutt
|
000ed1cc95
|
VERSION 0.0.9 RELEASED
|
2019-07-27 18:36:18 -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
|
8fec809e10
|
Fixed header comment
|
2019-07-26 21:34:15 -04:00 |
|
Curtis Northcutt
|
f4bfa3c15f
|
add calibrate parameter, make cj calibrated by default
|
2019-07-26 21:23:24 -04:00 |
|
Curtis Northcutt
|
a5ca9fa418
|
deprecated estimate_confident_joint_from_probabilities and force_ps
|
2019-07-26 20:48:32 -04:00 |
|
Curtis Northcutt
|
f6ab22bdf7
|
compute_confident_joint now calibrates by default.
|
2019-07-26 20:24:09 -04:00 |
|
Curtis Northcutt
|
5aebb2a56a
|
estimate_joint now computes confident_joint, calibrate no longer does
|
2019-07-26 20:00:46 -04:00 |
|
cgnorthcutt
|
a586cd7297
|
Add rounding formatting.
|
2019-07-24 15:43:51 -04:00 |
|
cgnorthcutt
|
1461397b03
|
Make util work for pandas series
|
2019-07-24 00:53:59 -04:00 |
|
cgnorthcutt
|
e262674209
|
FATAL BUG FIX: return statement was accidentally indented.
|
2019-07-17 13:18:27 -04:00 |
|
cgnorthcutt
|
78d3151f31
|
Removed extra spaces.
|
2019-07-02 19:08:56 -04:00 |
|
cgnorthcutt
|
f19c6b5792
|
Fixed warning message.
|
2019-07-02 15:05:18 -04:00 |
|
Curtis Northcutt
|
07833d133f
|
Fix order of imports for pylint compliance
|
2019-06-24 16:43:39 -04:00 |
|
Curtis Northcutt
|
82596251d0
|
Made pruning code flake8 pylint compliant.
|
2019-06-24 16:06:39 -04:00 |
|
Curtis Northcutt
|
7a12ecc938
|
Fixed test. only use exact pruning count with prune_by_class
|
2019-06-24 14:56:59 -04:00 |
|
Curtis Northcutt
|
878925ad8e
|
Fix python 2 and 3 compatibility with stdout.flush
|
2019-06-24 12:44:05 -04:00 |
|
Curtis G. Northcutt
|
699ced4ba1
|
typo fix in comments
|
2019-06-20 17:38:14 -04:00 |
|
Curtis G. Northcutt
|
42754840df
|
typo fix in comments
|
2019-06-20 17:37:17 -04:00 |
|
Curtis G. Northcutt
|
26648d495d
|
fix typo in comments
|
2019-06-20 17:35:54 -04:00 |
|