Curtis Northcutt
|
a2039e4da1
|
Increased coverage of classification.py.
|
2018-12-06 18:00:21 -05:00 |
|
Curtis Northcutt
|
4789410406
|
Merge branch 'master' of github.com:cgnorthcutt/cleanlab
|
2018-12-03 17:11:23 -08:00 |
|
Curtis Northcutt
|
cf253917f0
|
Remove testing code for travis.CI integration.
|
2018-12-03 17:11:19 -08:00 |
|
Curtis G. Northcutt
|
86a62035a8
|
Add link to tests as additional examples.
|
2018-12-03 17:02:35 -08:00 |
|
Curtis G. Northcutt
|
c4783eb2ac
|
Added newline above simple code snippet.
|
2018-12-03 16:59:11 -08:00 |
|
Curtis G. Northcutt
|
87a2e52631
|
Added simple code snippet for LearningWithNoisyLabels
|
2018-12-03 16:58:10 -08:00 |
|
Curtis Northcutt
|
a3492a8084
|
Remove new lines at end of files.
|
2018-12-03 16:42:30 -08:00 |
|
Curtis Northcutt
|
c1ef76497b
|
Renaming RankPruning alg to LearningWithNoisyLabels
|
2018-12-03 16:40:32 -08:00 |
|
Curtis G. Northcutt
|
09921f2ed6
|
LICENSE now conforms to MIT LICENSE standards
|
2018-12-03 13:41:32 -08:00 |
|
Curtis Northcutt
|
1e563004c9
|
fasttext is stochastic (not seeded results). Adjusted testing accordingly.
|
2018-12-03 13:16:43 -08:00 |
|
Curtis Northcutt
|
fa125395ac
|
typo fix, == should have been >
|
2018-12-03 02:01:26 -08:00 |
|
Curtis Northcutt
|
d4658933f8
|
Added missing import.
|
2018-12-03 01:53:10 -08:00 |
|
Curtis Northcutt
|
923f72ec94
|
Fixed naming error.
|
2018-12-03 01:51:19 -08:00 |
|
Curtis Northcutt
|
4cc42fb789
|
Fixed naming error and exact versus soft assertion error.
|
2018-12-03 01:47:24 -08:00 |
|
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 |
|