Skip to content

Commit

Permalink
COSMIT: fix trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Jan 16, 2018
1 parent e442018 commit 89cba47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def predict(self, T):

def calibration_curve(y_true, y_prob, normalize=False, n_bins=5):
"""Compute true and predicted probabilities for a calibration curve.
The method assumes the inputs come from a binary classifier.
Calibration curves may also be referred to as reliability diagrams.
Expand Down

0 comments on commit 89cba47

Please sign in to comment.