Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Aug 8, 2023
1 parent fa9af80 commit f419bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xgboostlss/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f419bcc

Please sign in to comment.