Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbostrom authored Sep 2, 2024
1 parent bc0fc4f commit 742d2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crepes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ def predict(self, X):
def calibrate(self, X, y, de=None, mc=None, oob=False, cps=False):
"""
Fit a :class:`.ConformalRegressor` or
:class:`.ConformalPredictiveSystem` using learner.
:class:`.ConformalPredictiveSystem` using the wrapped learner.
Parameters
----------
Expand Down Expand Up @@ -2049,7 +2049,7 @@ def predict_proba(self, X):

def calibrate(self, X, y, oob=False, class_cond=False, nc=hinge, mc=None):
"""
Fit a :class:`.ConformalClassifier` using learner.
Fit a :class:`.ConformalClassifier` using the wrapped learner.
Parameters
----------
Expand Down

0 comments on commit 742d2ce

Please sign in to comment.