Skip to content

Commit

Permalink
Update .travis.yml to use all tests again and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
above-c-level committed Dec 2, 2018
1 parent 24d6134 commit 08c6e69
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
27 changes: 14 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ cache: pip

env:

# - TESTS_TO_RUN=tests/advanced_tests/automated_tests_regressors.py
# - TESTS_TO_RUN=tests/advanced_tests/automated_tests_classifiers.py
# - TESTS_TO_RUN=tests/advanced_tests/advanced_install_tests.py
#
# - TESTS_TO_RUN=tests/core_tests/api_coverage_tests_classifiers.py
# - TESTS_TO_RUN=tests/core_tests/api_coverage_tests_regressors.py
# - TESTS_TO_RUN=tests/core_tests/basic_tests.py
# - TESTS_TO_RUN=tests/core_tests/calibrate_classifier_tests.py
# - TESTS_TO_RUN=tests/core_tests/categorical_ensembling_test.py
- TESTS_TO_RUN=tests/advanced_tests/automated_tests_regressors.py
- TESTS_TO_RUN=tests/advanced_tests/automated_tests_classifiers.py
- TESTS_TO_RUN=tests/advanced_tests/advanced_install_tests.py

- TESTS_TO_RUN=tests/core_tests/api_coverage_tests_classifiers.py
- TESTS_TO_RUN=tests/core_tests/api_coverage_tests_regressors.py
- TESTS_TO_RUN=tests/core_tests/basic_tests.py
- TESTS_TO_RUN=tests/core_tests/calibrate_classifier_tests.py
- TESTS_TO_RUN=tests/core_tests/categorical_ensembling_test.py
- TESTS_TO_RUN=tests/core_tests/scoring_tests.py
# - TESTS_TO_RUN=tests/core_tests/test_prediction_intervals.py
# - TESTS_TO_RUN=tests/core_tests/trained_transformation_pipeline_tests.py
# - TESTS_TO_RUN=tests/core_tests/uncertainty_tests.py
# - TESTS_TO_RUN=tests/core_tests/user_logging_tests.py
- TESTS_TO_RUN=tests/core_tests/test_prediction_intervals.py
- TESTS_TO_RUN=tests/core_tests/trained_transformation_pipeline_tests.py
- TESTS_TO_RUN=tests/core_tests/uncertainty_tests.py
- TESTS_TO_RUN=tests/core_tests/user_logging_tests.py


python:
- "3.6"
- "3.5"


install:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## cash_ml
You've found cash_ml, congratulations!
You've found cash_ml!

cash_ml is an acronym for "Combined Algorithm Selection and Hyperparameter optimization for Machine Learning"

[![Build Status](https://travis-ci.org/jesse-toftum/cash_ml.svg?branch=master)](https://travis-ci.org/jesse-toftum/cash_ml)
[![Coverage Status](https://coveralls.io/repos/github/jesse-toftum/cash_ml/badge.svg?branch=master)](https://coveralls.io/github/jesse-toftum/cash_ml?branch=master)
[![Test Coverage](https://api.codeclimate.com/v1/badges/98db6f1ed2d1fdbe1f91/test_coverage)](https://codeclimate.com/github/jesse-toftum/cash_ml/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/98db6f1ed2d1fdbe1f91/maintainability)](https://codeclimate.com/github/jesse-toftum/cash_ml/maintainability)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d78d22630479478b8d8d26a89481d996)](https://app.codacy.com/app/jesse-toftum/cash_ml?utm_source=github.com&utm_medium=referral&utm_content=jesse-toftum/cash_ml&utm_campaign=Badge_Grade_Dashboard)

Expand Down Expand Up @@ -167,3 +168,6 @@ If you've cloned the source code and are making any changes (highly encouraged!)
CI is also set up, so if you're developing on this, you can just open a PR, and the tests will run automatically on Travis-CI.

The tests are relatively comprehensive, though as with everything with cash_ml, I happily welcome your contributions here!

## Credit where credit is due
This entire project is based *quite heavily* on the [work previously done by Preston Parry.](https://github.com/ClimbsRocks/auto_ml)

0 comments on commit 08c6e69

Please sign in to comment.