Skip to content

Commit

Permalink
adding author docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvatterott committed Jan 4, 2019
1 parent 1b70e81 commit aac7f69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ predeval



Identify unexpected changes in model outputs before evaluation data becomes available.
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.


* Free software: MIT license
Expand Down
6 changes: 5 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
API
========

This page contains a comprehensive list of all classes and functions in predeval
This page contains a comprehensive list of all classes and functions in predeval.

ContinuousEvaluator
---------
.. automodule:: predeval.continuous
:members:

CategoricalEvaluator
---------
.. automodule:: predeval.categorical
:members:

0 comments on commit aac7f69

Please sign in to comment.