Skip to content

Commit

Permalink
using up-to-date dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dvatterott committed Jan 6, 2019
1 parent be48f32 commit f8ee6b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ predeval
:target: https://pyup.io/repos/github/dvatterott/predeval/
:alt: Updates

.. image:: https://pyup.io/repos/github/dvatterott/predeval/python-3-shield.svg
:target: https://pyup.io/repos/github/dvatterott/predeval/
:alt: Python 3



This software is built to identify unexpected changes in a model output before evaluation data becomes available. For example, if you create a churn model, you will have to wait X number of weeks before learning whether users churned (and can evaluate your churn model predictions). This software will not guarantee that your model is accurate, but it will alert you if your model's outputs (i.e., predictions) are dramatically different from what they have been in the past.
Expand Down
12 changes: 6 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pip==18.1
bumpversion==0.5.3
wheel==0.32.1
wheel==0.32.3
watchdog==0.9.0
flake8==3.5.0
tox==3.5.2
coverage==4.5.1
Sphinx==1.8.1
flake8==3.6.0
tox==3.6.1
coverage==4.5.2
Sphinx==1.8.3
twine==1.12.1

pytest==3.8.2
pytest==4.1.0
pytest-runner==4.2
pytest-cov==2.6.0

0 comments on commit f8ee6b4

Please sign in to comment.