提交

提交图

  • aa839c1780 Add testing coverage for polyplex methods. Curtis Northcutt 2018-12-07 11:13:22 -05:00
  • 5d9cba75f4 Reduced similarity requirement for conf joint test. Curtis Northcutt 2018-12-07 11:02:16 -05:00
  • 09af72e372 Compelete coverage, including yellow lines in codecov. Curtis Northcutt 2018-12-06 21:12:59 -05:00
  • 69b81c35ba Unified spacing and formatting. Curtis Northcutt 2018-12-06 21:12:43 -05:00
  • d44447a8b7 Added default solver for all instances of logreg Curtis Northcutt 2018-12-06 20:28:29 -05:00
  • 3c4df1adcf Full coverage. Curtis Northcutt 2018-12-06 20:28:14 -05:00
  • 15939bbc90 Towards complete coverage for classification.py Curtis Northcutt 2018-12-06 18:44:03 -05:00
  • 18f6150e5c Exclude TODO/pulearning from codecov. Curtis Northcutt 2018-12-06 18:23:52 -05:00
  • 88854d73d6 Explain which prune_count_method to use in comments. Curtis Northcutt 2018-12-06 18:02:34 -05:00
  • 694ab6f897 Removed commented deprecated method. Curtis Northcutt 2018-12-06 18:01:37 -05:00
  • 1fe54b502e Added warnings and comments to clarify prune_count_method. Curtis Northcutt 2018-12-06 18:01:08 -05:00
  • a2039e4da1 Increased coverage of classification.py. Curtis Northcutt 2018-12-06 18:00:21 -05:00
  • 4789410406 Merge branch 'master' of github.com:cgnorthcutt/cleanlab Curtis Northcutt 2018-12-03 17:11:23 -08:00
  • cf253917f0 Remove testing code for travis.CI integration. Curtis Northcutt 2018-12-03 17:11:19 -08:00
  • 86a62035a8 Add link to tests as additional examples. Curtis G. Northcutt 2018-12-03 17:02:35 -08:00
  • c4783eb2ac Added newline above simple code snippet. Curtis G. Northcutt 2018-12-03 16:59:11 -08:00
  • 87a2e52631 Added simple code snippet for LearningWithNoisyLabels Curtis G. Northcutt 2018-12-03 16:58:10 -08:00
  • a3492a8084 Remove new lines at end of files. Curtis Northcutt 2018-12-03 16:42:30 -08:00
  • c1ef76497b Renaming RankPruning alg to LearningWithNoisyLabels Curtis Northcutt 2018-12-03 16:40:32 -08:00
  • 09921f2ed6 LICENSE now conforms to MIT LICENSE standards Curtis G. Northcutt 2018-12-03 13:41:32 -08:00
  • 1e563004c9 fasttext is stochastic (not seeded results). Adjusted testing accordingly. Curtis Northcutt 2018-12-03 13:15:27 -08:00
  • fa125395ac typo fix, == should have been > Curtis Northcutt 2018-12-03 02:01:26 -08:00
  • d4658933f8 Added missing import. Curtis Northcutt 2018-12-03 01:53:10 -08:00
  • 923f72ec94 Fixed naming error. Curtis Northcutt 2018-12-03 01:51:19 -08:00
  • 4cc42fb789 Fixed naming error and exact versus soft assertion error. Curtis Northcutt 2018-12-03 01:47:24 -08:00
  • 143ce681cf removed typo Curtis Northcutt 2018-12-03 01:34:48 -08:00
  • 7553f70686 resolving error for travis.ci finding get_cooking_stackexchange_data.sh Curtis Northcutt 2018-12-03 01:29:50 -08:00
  • 858488fb97 Check if travis is running test via os.environ Curtis Northcutt 2018-12-03 01:17:22 -08:00
  • b30673f42b Add travis.CI path to get_cooking_stackexchange_data.sh explicitly Curtis Northcutt 2018-12-03 01:10:07 -08:00
  • 5beb87dd2f Silence output of git clone fasttext in travis testing output. Curtis Northcutt 2018-12-03 00:52:16 -08:00
  • 829d6f4416 Removing extra backslash in file naming. Curtis Northcutt 2018-12-03 00:50:07 -08:00
  • ea1fd3df9e Add local paths to help travis tests find data files. Curtis Northcutt 2018-12-03 00:46:13 -08:00
  • 69e7bceed8 Add citation Curtis G. Northcutt 2018-12-03 00:28:12 -08:00
  • 82542477f3 Added version warning for fasttext and unsupported python 2 Curtis Northcutt 2018-12-03 00:22:46 -08:00
  • 9fc14b72f1 Now uses clealab.util.VersionWarning class Curtis Northcutt 2018-12-03 00:22:15 -08:00
  • 2ed22ef8a7 Added a version warning class to warn if wrong py version Curtis Northcutt 2018-12-03 00:21:32 -08:00
  • f311d3bd95 Add set-up code necessary to run tests. Curtis Northcutt 2018-12-02 23:26:19 -08:00
  • 2de74d96e9 typo. Missing omit identifier. added. Curtis Northcutt 2018-12-02 23:23:30 -08:00
  • 00f3eaecbf Fixed typo. missing then in if-then clause Curtis Northcutt 2018-12-02 23:20:20 -08:00
  • 96d7ca74fe Switched ; to && to run two commands in if clause Curtis Northcutt 2018-12-02 23:15:05 -08:00
  • bd27bea246 Warn if using fasttext with incompatible python version. Curtis Northcutt 2018-12-02 23:11:56 -08:00
  • 0e27abf198 Install fasttext for python 3 testing. Curtis Northcutt 2018-12-02 23:11:30 -08:00
  • 8795f4b1cd Remove fasttext for python 2 coverage as fasttext is py3 only Curtis Northcutt 2018-12-02 22:53:35 -08:00
  • f716606c55 Add script to download stackexchange data for fasttext nlp example Curtis Northcutt 2018-12-02 22:52:00 -08:00
  • 1ab9de6374 Add testing for fasttext NLP model. Curtis Northcutt 2018-12-02 22:50:13 -08:00
  • 7443696895 Added support for fasttext (python 3 only) Curtis Northcutt 2018-12-02 22:48:49 -08:00
  • 3a2ca11242 Added warning for pyTorch with invalid python version Curtis Northcutt 2018-12-02 22:25:52 -08:00
  • b70698d9f6 Add coverage file specific to python 2.4 Curtis Northcutt 2018-12-02 22:10:58 -08:00
  • 0b8351ac95 Add coverage file specific to python 2.7 Curtis Northcutt 2018-12-02 22:10:44 -08:00
  • 2480944d9d Add coverage file for python version 3.5+ Curtis Northcutt 2018-12-02 22:10:09 -08:00
  • 6e2a4aae6f specify coverage for each python version: Curtis Northcutt 2018-12-02 22:09:47 -08:00
  • a21ca2678b Make pip install quiet to reduce travis output log size Curtis Northcutt 2018-11-26 11:49:12 -05:00
  • d38e88cbac Remove coverage of pytorch third party dependent model Curtis Northcutt 2018-11-26 11:48:48 -05:00
  • 11f5095258 Fixed formatting issue with tabbed comments Curtis Northcutt 2018-11-26 11:40:50 -05:00
  • ad4767950d Added missing package import Curtis Northcutt 2018-11-26 11:35:45 -05:00
  • d20eba3511 See what happens in coverage when we remove the omit option Curtis Northcutt 2018-11-26 11:32:00 -05:00
  • c68f33e226 Fixed python version check Curtis Northcutt 2018-11-26 11:31:37 -05:00
  • d1d359ac22 Fixed naming of file to include parent directory Curtis Northcutt 2018-11-26 11:17:54 -05:00
  • 0660e3a97c include .coveragerc in pytest command in tox Curtis Northcutt 2018-11-26 11:13:50 -05:00
  • dd0a9a7c3c Add .coveragerc config file for pytest-cov to exclude pytorch coverage. Curtis Northcutt 2018-11-26 11:05:49 -05:00
  • b709da3f13 Cover all of cleanlab in tox, moving exclusion to .coveragerc Curtis Northcutt 2018-11-26 11:05:21 -05:00
  • d19b962a62 Do not cover testing of cleanlab/models as they depend on third parties. Curtis Northcutt 2018-11-26 10:46:37 -05:00
  • 0b6fb99c2e version 0.0.4 - first cross-python working branch of cleanlab Curtis Northcutt 2018-11-25 22:49:15 -05:00
  • f27e6d5311 Only install torchvision for py27,35,36 Curtis Northcutt 2018-11-25 22:43:18 -05:00
  • 4ffce7cb6f remove pip install torch for all python versions. Curtis Northcutt 2018-11-25 22:39:36 -05:00
  • 17b599695b remove pytorch install for python version 3.4 Curtis Northcutt 2018-11-25 22:37:27 -05:00
  • d0b6b3a7ca Do not test pytorch unless compatible python version Curtis Northcutt 2018-11-25 22:33:52 -05:00
  • 58d5033b08 Test using cleanlab with a PyTorch CNN model Curtis Northcutt 2018-11-25 22:20:14 -05:00
  • 57141b40d3 remove jupyter notebooks Curtis Northcutt 2018-11-25 22:18:56 -05:00
  • 93184e6e63 Install pytorch differently for each python version. Curtis Northcutt 2018-11-25 22:17:12 -05:00
  • 555626a526 Switched travisCI back to linux testing, mac not supported. Curtis Northcutt 2018-11-25 22:11:45 -05:00
  • 3e92a424bd Switch travisCI from linux to mac for testing. Curtis Northcutt 2018-11-25 22:07:11 -05:00
  • b0c4798ad3 Reduce output of pip install for travisCI. was exceeding log limits. Curtis Northcutt 2018-11-25 21:53:40 -05:00
  • dfe46afb85 Added comment about future imports for python2/3 compatibility Curtis Northcutt 2018-11-25 21:42:37 -05:00
  • 433d9b7550 Remove coverage of tests, as it makes no sense. Curtis Northcutt 2018-11-25 21:41:39 -05:00
  • ce4943873f install torch and torchvision for testing models seperately from package. Curtis Northcutt 2018-11-25 21:41:03 -05:00
  • f9cddc06fd remove ipynb Curtis Northcutt 2018-11-25 21:40:14 -05:00
  • 7a5530119e Updated for pytorch 0.0.4 Curtis Northcutt 2018-11-25 21:37:24 -05:00
  • a004209be8 Updated for pytorch 0.0.4 Curtis Northcutt 2018-11-25 21:37:16 -05:00
  • 2c1e558cf4 Delete mnist_pytorch.ipynb Curtis G. Northcutt 2018-11-25 21:36:14 -05:00
  • 6bc3a9023d update to reflect python 2 and 3 support. Curtis G. Northcutt 2018-11-25 20:42:13 -05:00
  • df19a25c66 Added official support for python 3.4/5/6 Curtis Northcutt 2018-11-25 20:39:38 -05:00
  • ec3a56ecf2 moved location of badges Curtis G. Northcutt 2018-11-25 20:37:22 -05:00
  • b8c8d7b673 Added badges Curtis G. Northcutt 2018-11-25 20:33:41 -05:00
  • 2c0044db82 Fixed error. renamed self.model to self.clf Curtis Northcutt 2018-11-25 20:19:39 -05:00
  • 2409c67f93 change confidentlearning to cleanlab Curtis Northcutt 2018-11-25 20:11:00 -05:00
  • b534b19c01 Remove cleanlab import. Curtis Northcutt 2018-11-25 19:42:36 -05:00
  • 5b3d82d681 Update LICENSE Curtis G. Northcutt 2018-11-25 19:39:46 -05:00
  • 452271838a Made RP.score() py2 and py3 compatible Curtis Northcutt 2018-11-25 19:25:17 -05:00
  • f8fd8d996b Working tox-travis-coverage-pytest. Curtis Northcutt 2018-11-25 19:09:08 -05:00
  • b243c15318 ADDING __INIT__.py PACKAGE BROKEN BEFORE NOW Curtis Northcutt 2018-11-25 19:00:46 -05:00
  • 775723dbd4 pip install -e Curtis Northcutt 2018-11-25 18:59:47 -05:00
  • 705c68bec1 Remove python -m pytest Curtis Northcutt 2018-11-25 18:59:00 -05:00
  • c4668359da Merge branch 'master' of github.com:cgnorthcutt/cleanlab Curtis Northcutt 2018-11-25 18:58:18 -05:00
  • e16310df9f Read __version__ from version.py Curtis Northcutt 2018-11-25 18:58:10 -05:00
  • 7a508a03b2 Update tox.ini Curtis G. Northcutt 2018-11-25 12:07:42 -05:00
  • edb254243a install cleanlab via github https link instead of local Curtis Northcutt 2018-11-25 11:47:36 -05:00
  • fed42896bc Removed support for python 3.7 Curtis Northcutt 2018-11-25 11:46:18 -05:00
  • a6d62f9b47 Added import cleanlab to try to get tox travisci working. Curtis Northcutt 2018-11-25 11:42:20 -05:00
  • 4deb9b0db4 bug fix: made explicit declaration of version a string Curtis Northcutt 2018-11-24 12:00:28 -05:00