Skip to content

Commit

Permalink
minor tweak to get_prediction docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Biggs committed Dec 8, 2017
1 parent cff60ae commit 7776987
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skll/utilities/compute_eval_from_predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ def get_prediction_from_probabilities(classes,
----------
classes: list
List of str or int class names.
probabilities: list of float
Probabilities for respective classes.
prediction_method: str
Indicates how to get a single class prediction from the probabilities. Currently
supported options are
Expand Down

0 comments on commit 7776987

Please sign in to comment.