Skip to content

Commit f57dfd4

Browse files
committed
trying to fix failing checks
1 parent 05a8cbf commit f57dfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skpro/regression/unconditional_distfit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _fit(self, X, y, C=None):
8888
return self
8989

9090
def _predict_proba(self, X):
91-
# Return a distribution object that wraps the fitted distfit
91+
# Return a single distribution object for all samples
9292
return _DistfitDistribution(self.distfit_)
9393

9494
@classmethod

0 commit comments

Comments
 (0)