Skip to content

Commit

Permalink
refactor: make OutputFeature.predictions() name consistent to origina…
Browse files Browse the repository at this point in the history
…l naming
  • Loading branch information
jimthompson5802 committed Mar 25, 2020
1 parent 9e36022 commit cbd87c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ludwig/features/binary_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def logits(

return predictions, inputs

def predict(
def predictions(
self,
inputs # hidden
):
Expand Down

0 comments on commit cbd87c3

Please sign in to comment.