Curtis Northcutt
|
143ce681cf
|
removed typo
|
2018-12-03 01:34:48 -08:00 |
|
Curtis Northcutt
|
7553f70686
|
resolving error for travis.ci finding get_cooking_stackexchange_data.sh
|
2018-12-03 01:29:50 -08:00 |
|
Curtis Northcutt
|
858488fb97
|
Check if travis is running test via os.environ
|
2018-12-03 01:17:22 -08:00 |
|
Curtis Northcutt
|
b30673f42b
|
Add travis.CI path to get_cooking_stackexchange_data.sh explicitly
|
2018-12-03 01:10:07 -08:00 |
|
Curtis Northcutt
|
5beb87dd2f
|
Silence output of git clone fasttext in travis testing output.
|
2018-12-03 00:52:16 -08:00 |
|
Curtis Northcutt
|
829d6f4416
|
Removing extra backslash in file naming.
|
2018-12-03 00:50:07 -08:00 |
|
Curtis Northcutt
|
ea1fd3df9e
|
Add local paths to help travis tests find data files.
|
2018-12-03 00:46:13 -08:00 |
|
Curtis G. Northcutt
|
69e7bceed8
|
Add citation
|
2018-12-03 00:28:12 -08:00 |
|
Curtis Northcutt
|
82542477f3
|
Added version warning for fasttext and unsupported python 2
|
2018-12-03 00:22:46 -08:00 |
|
Curtis Northcutt
|
9fc14b72f1
|
Now uses clealab.util.VersionWarning class
|
2018-12-03 00:22:15 -08:00 |
|
Curtis Northcutt
|
2ed22ef8a7
|
Added a version warning class to warn if wrong py version
|
2018-12-03 00:21:32 -08:00 |
|
Curtis Northcutt
|
f311d3bd95
|
Add set-up code necessary to run tests.
|
2018-12-02 23:26:19 -08:00 |
|
Curtis Northcutt
|
2de74d96e9
|
typo. Missing omit identifier. added.
|
2018-12-02 23:23:30 -08:00 |
|
Curtis Northcutt
|
00f3eaecbf
|
Fixed typo. missing then in if-then clause
|
2018-12-02 23:20:20 -08:00 |
|
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 |
|