Curtis Northcutt
|
96d7ca74fe
|
Switched ; to && to run two commands in if clause
|
2018-12-02 23:15:05 -08:00 |
|
Curtis Northcutt
|
bd27bea246
|
Warn if using fasttext with incompatible python version.
|
2018-12-02 23:11:56 -08:00 |
|
Curtis Northcutt
|
0e27abf198
|
Install fasttext for python 3 testing.
|
2018-12-02 23:11:30 -08:00 |
|
Curtis Northcutt
|
8795f4b1cd
|
Remove fasttext for python 2 coverage as fasttext is py3 only
|
2018-12-02 22:53:35 -08:00 |
|
Curtis Northcutt
|
f716606c55
|
Add script to download stackexchange data for fasttext nlp example
|
2018-12-02 22:52:00 -08:00 |
|
Curtis Northcutt
|
1ab9de6374
|
Add testing for fasttext NLP model.
|
2018-12-02 22:50:13 -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
|
b70698d9f6
|
Add coverage file specific to python 2.4
|
2018-12-02 22:10:58 -08:00 |
|
Curtis Northcutt
|
0b8351ac95
|
Add coverage file specific to python 2.7
|
2018-12-02 22:10:44 -08:00 |
|
Curtis Northcutt
|
2480944d9d
|
Add coverage file for python version 3.5+
|
2018-12-02 22:10:09 -08:00 |
|
Curtis Northcutt
|
6e2a4aae6f
|
specify coverage for each python version:
|
2018-12-02 22:09:47 -08:00 |
|
Curtis Northcutt
|
a21ca2678b
|
Make pip install quiet to reduce travis output log size
|
2018-11-26 11:49:12 -05:00 |
|
Curtis Northcutt
|
d38e88cbac
|
Remove coverage of pytorch third party dependent model
|
2018-11-26 11:48:48 -05:00 |
|
Curtis Northcutt
|
11f5095258
|
Fixed formatting issue with tabbed comments
|
2018-11-26 11:40:50 -05:00 |
|
Curtis Northcutt
|
ad4767950d
|
Added missing package import
|
2018-11-26 11:35:45 -05:00 |
|
Curtis Northcutt
|
d20eba3511
|
See what happens in coverage when we remove the omit option
|
2018-11-26 11:32:00 -05:00 |
|
Curtis Northcutt
|
c68f33e226
|
Fixed python version check
|
2018-11-26 11:31:37 -05:00 |
|
Curtis Northcutt
|
d1d359ac22
|
Fixed naming of file to include parent directory
|
2018-11-26 11:17:54 -05:00 |
|
Curtis Northcutt
|
0660e3a97c
|
include .coveragerc in pytest command in tox
|
2018-11-26 11:13:50 -05:00 |
|
Curtis Northcutt
|
dd0a9a7c3c
|
Add .coveragerc config file for pytest-cov to exclude pytorch coverage.
|
2018-11-26 11:05:49 -05:00 |
|
Curtis Northcutt
|
b709da3f13
|
Cover all of cleanlab in tox, moving exclusion to .coveragerc
|
2018-11-26 11:05:21 -05:00 |
|
Curtis Northcutt
|
d19b962a62
|
Do not cover testing of cleanlab/models as they depend on third parties.
|
2018-11-26 10:46:37 -05:00 |
|
Curtis Northcutt
|
0b6fb99c2e
|
version 0.0.4 - first cross-python working branch of cleanlab
|
2018-11-25 22:49:15 -05:00 |
|
Curtis Northcutt
|
f27e6d5311
|
Only install torchvision for py27,35,36
|
2018-11-25 22:43:18 -05:00 |
|
Curtis Northcutt
|
4ffce7cb6f
|
remove pip install torch for all python versions.
|
2018-11-25 22:39:36 -05:00 |
|
Curtis Northcutt
|
17b599695b
|
remove pytorch install for python version 3.4
|
2018-11-25 22:37:27 -05:00 |
|
Curtis Northcutt
|
d0b6b3a7ca
|
Do not test pytorch unless compatible python version
|
2018-11-25 22:33:52 -05:00 |
|
Curtis Northcutt
|
58d5033b08
|
Test using cleanlab with a PyTorch CNN model
|
2018-11-25 22:20:14 -05:00 |
|
Curtis Northcutt
|
57141b40d3
|
remove jupyter notebooks
|
2018-11-25 22:18:56 -05:00 |
|
Curtis Northcutt
|
93184e6e63
|
Install pytorch differently for each python version.
|
2018-11-25 22:17:12 -05:00 |
|
Curtis Northcutt
|
555626a526
|
Switched travisCI back to linux testing, mac not supported.
|
2018-11-25 22:11:45 -05:00 |
|
Curtis Northcutt
|
3e92a424bd
|
Switch travisCI from linux to mac for testing.
|
2018-11-25 22:07:11 -05:00 |
|
Curtis Northcutt
|
b0c4798ad3
|
Reduce output of pip install for travisCI. was exceeding log limits.
|
2018-11-25 21:53:40 -05:00 |
|
Curtis Northcutt
|
dfe46afb85
|
Added comment about future imports for python2/3 compatibility
|
2018-11-25 21:42:37 -05:00 |
|
Curtis Northcutt
|
433d9b7550
|
Remove coverage of tests, as it makes no sense.
|
2018-11-25 21:41:39 -05:00 |
|
Curtis Northcutt
|
ce4943873f
|
install torch and torchvision for testing models seperately from package.
|
2018-11-25 21:41:03 -05:00 |
|
Curtis Northcutt
|
f9cddc06fd
|
remove ipynb
|
2018-11-25 21:40:14 -05:00 |
|
Curtis Northcutt
|
7a5530119e
|
Updated for pytorch 0.0.4
|
2018-11-25 21:37:24 -05:00 |
|
Curtis Northcutt
|
a004209be8
|
Updated for pytorch 0.0.4
|
2018-11-25 21:37:16 -05:00 |
|
Curtis G. Northcutt
|
2c1e558cf4
|
Delete mnist_pytorch.ipynb
|
2018-11-25 21:36:14 -05:00 |
|
Curtis G. Northcutt
|
6bc3a9023d
|
update to reflect python 2 and 3 support.
|
2018-11-25 20:42:13 -05:00 |
|
Curtis Northcutt
|
df19a25c66
|
Added official support for python 3.4/5/6
|
2018-11-25 20:39:38 -05:00 |
|
Curtis G. Northcutt
|
ec3a56ecf2
|
moved location of badges
|
2018-11-25 20:37:22 -05:00 |
|
Curtis G. Northcutt
|
b8c8d7b673
|
Added badges
|
2018-11-25 20:33:41 -05:00 |
|
Curtis Northcutt
|
2c0044db82
|
Fixed error. renamed self.model to self.clf
|
2018-11-25 20:19:39 -05:00 |
|
Curtis Northcutt
|
2409c67f93
|
change confidentlearning to cleanlab
|
2018-11-25 20:11:00 -05:00 |
|
Curtis Northcutt
|
b534b19c01
|
Remove cleanlab import.
|
2018-11-25 19:42:36 -05:00 |
|
Curtis G. Northcutt
|
5b3d82d681
|
Update LICENSE
|
2018-11-25 19:39:46 -05:00 |
|
Curtis Northcutt
|
452271838a
|
Made RP.score() py2 and py3 compatible
|
2018-11-25 19:25:17 -05:00 |
|