diff --git a/xgboostlss/model.py b/xgboostlss/model.py index fe7a4540..f419aa7d 100644 --- a/xgboostlss/model.py +++ b/xgboostlss/model.py @@ -486,7 +486,7 @@ def predict(self, pred_type : str Type of prediction: - "samples" draws n_samples from the predicted distribution. - - "quantile" calculates the quantiles from the predicted distribution. + - "quantiles" calculates the quantiles from the predicted distribution. - "parameters" returns the predicted distributional parameters. - "expectiles" returns the predicted expectiles. n_samples : int