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
|
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 |
|
Curtis Northcutt
|
f2295f6d73
|
Fix \n error by Replacing with __newline__
|
2018-12-30 13:25:32 -08:00 |
|
Curtis Northcutt
|
d4ca5fcdb7
|
Complete fefactor to use dataloader for large datasets in all methods.
|
2018-12-30 12:51:02 -08:00 |
|
Curtis Northcutt
|
79aac5e719
|
No longer require train_fn and allow specifying labels in constructor.
|
2018-12-28 16:21:36 -08:00 |
|
Curtis Northcutt
|
7763057014
|
Fixed bug. Wrong name used for variable.
|
2018-12-26 10:26:46 -08:00 |
|
Curtis Northcutt
|
adca853d50
|
Shortened number_label_errors to num_label_errors
|
2018-12-26 09:05:42 -08:00 |
|
Curtis Northcutt
|
e52a6f57aa
|
Added method to compute number of label errors
|
2018-12-26 09:04:48 -08:00 |
|
Curtis Northcutt
|
ca81c5fcf2
|
Creates copy of clf in cross validation to prevetn cross training between folds.
|
2018-12-25 22:40:29 -08:00 |
|
Curtis Northcutt
|
e1772c2eb6
|
fixed gpu compatibility issue
|
2018-12-25 22:32:19 -08:00 |
|
Curtis Northcutt
|
cd5ca048fc
|
fixed bug. fasttext superised kwargs now work when none are given
|
2018-12-24 22:35:15 -08:00 |
|
Curtis Northcutt
|
49af85e6ae
|
Fixed error that occurs when num2prune == len(s)
|
2018-12-24 13:03:53 -08:00 |
|
Curtis Northcutt
|
f844042488
|
Fixed typo.
|
2018-12-22 23:19:09 -08:00 |
|
Curtis Northcutt
|
cac0dc2b06
|
Fixed typo.
|
2018-12-22 23:14:11 -08:00 |
|
Curtis Northcutt
|
de53acc7b4
|
Added feature to return sorted label error indices in get_noise_indices
|
2018-12-22 23:12:17 -08:00 |
|
Curtis Northcutt
|
92cb914a94
|
Fixed broadcasting error.
|
2018-12-22 22:31:40 -08:00 |
|
Curtis Northcutt
|
ed34e5895c
|
prune_by_noise_rate now orders by p(true) - p(noisy) instead of p(true)
|
2018-12-22 22:22:15 -08:00 |
|
Curtis Northcutt
|
1607be6f37
|
Optimization speed increase -- don't find errors if no errors to find
|
2018-12-22 22:08:31 -08:00 |
|
Curtis Northcutt
|
6108d02586
|
Remove rounding noise counts. Always under or exactly counts now, but avoids potentially more errors than can possibly exist.
|
2018-12-16 23:40:19 -05:00 |
|
Curtis Northcutt
|
311fc78489
|
Avoid random choose if no noise labels to set
|
2018-12-16 23:11:24 -05:00 |
|
Curtis Northcutt
|
ea2fe6a6a8
|
MASSIVE SPEED-UP to generate_noisy_labels algorithm.
|
2018-12-16 22:53:49 -05:00 |
|
Curtis Northcutt
|
4c06c4a5dd
|
BIG CHANGE: compute conf joint much faster, nk now, not nk^2
|
2018-12-16 14:56:40 -05:00 |
|
Curtis Northcutt
|
a689a9948b
|
Fixed error, missing parameter y_count
|
2018-12-15 18:11:48 -05:00 |
|
Curtis Northcutt
|
a883480f39
|
Throw error if y_counts not provided with marginal
|
2018-12-15 18:09:39 -05:00 |
|
Curtis Northcutt
|
344df36566
|
Updated docstrings to reflect new hyperparameter py_method = marginal_ps
|
2018-12-15 17:53:30 -05:00 |
|
Curtis Northcutt
|
b0dd4bc65e
|
FATAL typo fixed. inv_noise_matrix -> inverse_noise_matrix
|
2018-12-15 17:49:41 -05:00 |
|
Curtis Northcutt
|
cc1f53877b
|
Moved py computation to compute_latent.
|
2018-12-15 17:42:03 -05:00 |
|
Curtis Northcutt
|
55688f8a5e
|
Change for loops to matrix operations. added py methods to compute_py
|
2018-12-15 17:41:29 -05:00 |
|
Curtis Northcutt
|
486782a16f
|
Added max iterations parameter to noise matrix generation, and seed.
|
2018-12-15 17:40:11 -05:00 |
|
Curtis G. Northcutt
|
0c7aafd5af
|
v0.0.6 - NO API changes. improved README Tutorials
|
2018-12-12 00:58:49 -05:00 |
|
Curtis Northcutt
|
c585b47269
|
Print our trace when error for trace <= 1
|
2018-12-12 00:19:47 -05:00 |
|
Curtis G. Northcutt
|
9bae68250e
|
Upgrade to version 0.0.5
|
2018-12-08 03:31:21 -05:00 |
|
Curtis Northcutt
|
4d3d30dece
|
Fixed indexing error in list comprehension.
|
2018-12-08 02:18:36 -05:00 |
|
Curtis Northcutt
|
fc278dea45
|
Clarified constructor loader and remove version compat from codecov
|
2018-12-08 01:41:33 -05:00 |
|
Curtis Northcutt
|
eeddd06880
|
Removed space in multi-line if statement.
|
2018-12-08 00:50:23 -05:00 |
|
Curtis Northcutt
|
cc7831de8a
|
Remove GPU cuda lines from pytest code coverage.
|
2018-12-08 00:05:11 -05:00 |
|
Curtis Northcutt
|
dc9acbe6ea
|
Make default force_ps = True set to 5 epochs.
|
2018-12-07 23:47:27 -05:00 |
|
Curtis Northcutt
|
0df1869c0e
|
Fixed num_to_remove_per_class
|
2018-12-07 22:46:39 -05:00 |
|
Curtis Northcutt
|
6ea17f6238
|
Move warning import to top.
|
2018-12-07 20:55:28 -05:00 |
|
Curtis Northcutt
|
75b1539651
|
Typo fix.
|
2018-12-07 20:28:47 -05:00 |
|
Curtis Northcutt
|
b7bebe873b
|
Remove error raise, shorten title. fixed claesen pu formula.
|
2018-12-07 20:19:36 -05:00 |
|