Anish Athalye
1e16d7fd76
Merge branch 'anishathalye/copyright-assign'
2022-01-10 06:06:51 -05:00
Anish Athalye
13895791ef
Bump copyright year
2021-12-31 11:02:23 -05:00
Anish Athalye
0fc2ddc974
Switch copyright assignment to Cleanlab
2021-12-27 09:59:29 -05:00
Anish Athalye
7e7cdb456f
Sync license text
...
This patch updates metadata in `setup.py` and comments in other files to
clarify that the current license is AGPLv3, as is specified in the
current `LICENSE` file.
This patch also removes the "this agreement applies to this version and
all previous versions" text from the README and code comments, because
it is redundant; the previous code was already released under a _more
liberal_ license, so giving the option of AGPLv3 is not useful (and
perhaps confusing).
2021-12-27 09:43:56 -05:00
Curtis G. Northcutt
97219f364d
change license to agpl-3
2021-06-05 21:26:14 -04:00
Curtis G. Northcutt
6eba9e344a
add agpl-3 license
2021-06-05 21:25:59 -04:00
Curtis G. Northcutt
eda9f48d99
change license to agpl-3
2021-06-05 21:25:41 -04:00
Curtis G. Northcutt
7023b6baa7
Clean up docstrings for ReadTheDocs
2021-04-19 02:56:45 -04:00
Curtis G. Northcutt
22f86ecff6
convert targets to long before training. improves windows copatibility
2021-04-08 23:00:01 -04:00
Curtis G. Northcutt
b41532a22b
massive changes. added support of sklearn digits dataset.
2021-04-08 22:09:06 -04:00
Curtis G. Northcutt
1074c70509
Add support for version 3.8 python
2021-04-08 22:08:31 -04:00
Curtis G. Northcutt
372feabf4b
Add license
2021-04-08 22:07:57 -04:00
cgnorthcutt
5002470cae
clarify comments. no longer require python version compatibility.
2021-02-12 14:29:37 -05:00
Anish Athalye
e2ae42a429
Update import path
...
fastText has updated their import path to `fasttext`. This patch makes
it so that cleanlab works with the latest release of fastText on PyPI.
See <https://fasttext.cc/blog/2019/06/25/blog-post.html >.
2020-10-10 15:20:16 -04:00
Curtis Northcutt
c5a1ff0870
increase pep-8 adherence.
2020-02-20 05:28:52 -05:00
Curtis Northcutt
049e702fef
increase pep-8 adherence.
2020-02-20 05:28:37 -05:00
Curtis Northcutt
4835632f3b
Add a simple pytorch CNN for cifar.
2020-02-20 05:26:54 -05:00
Curtis Northcutt
597fc1f9c7
Add readme to explain dependencies.
2020-02-20 05:26:34 -05:00
cgnorthcutt
1441280725
Add support for python 3.7
2020-02-16 21:27:44 -05: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
699ced4ba1
typo fix in comments
2019-06-20 17:38:14 -04:00
Curtis Northcutt
70c8999d5c
avoid loop to handle end of file more efficiently.:
2019-01-04 14:50:45 -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
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
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
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
1e563004c9
fasttext is stochastic (not seeded results). Adjusted testing accordingly.
2018-12-03 13:16:43 -08:00
Curtis Northcutt
bd27bea246
Warn if using fasttext with incompatible python version.
2018-12-02 23:11:56 -08:00
Curtis Northcutt
7443696895
Added support for fasttext (python 3 only)
2018-12-02 22:48:49 -08:00
Curtis Northcutt
3a2ca11242
Added warning for pyTorch with invalid python version
2018-12-02 22:25:52 -08:00
Curtis Northcutt
f9cddc06fd
remove ipynb
2018-11-25 21:40:14 -05:00