We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfce196 commit 269f59bCopy full SHA for 269f59b
skpro/regression/unconditional_distfit.py
@@ -122,7 +122,7 @@ def mean(self):
122
if "mean" in model:
123
return model["mean"]
124
raise AttributeError(
125
- "distfit model dict has neither 'loc' nor 'mean' key; cannot determine mean."
+ "distfit dict has neither 'loc' nor 'mean' key; cannot determine mean."
126
)
127
return model.mean()
128
0 commit comments