Skip to content

Commit

Permalink
Update README to show metrics example
Browse files Browse the repository at this point in the history
- Also update the actual CFG file from the example
  • Loading branch information
desilinguist committed Nov 7, 2017
1 parent 947f027 commit c36a519
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Expand Up @@ -65,7 +65,9 @@ like:
objectives = ['accuracy']
[Output]
# again, these can/should be absolute paths
# Also compute the area under the ROC curve as an additional metric
metrics = ['roc_auc']
# The following can/should be absolute paths
log = output
results = output
predictions = output
Expand Down
3 changes: 2 additions & 1 deletion examples/titanic/evaluate_tuned.cfg
Expand Up @@ -18,7 +18,8 @@ objectives = ['accuracy']

[Output]
# again, these can be absolute paths
metrics = ['roc_auc']
log = output
results = output
predictions = output
models = output
models = output

0 comments on commit c36a519

Please sign in to comment.