From f419bcc6e5ee39ce04b5438c9fde1bba2e69b84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=A4rz?= Date: Tue, 8 Aug 2023 08:49:30 +0200 Subject: [PATCH] Fix typos --- xgboostlss/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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