Skip to content

Commit

Permalink
Merge pull request #23 from juAlberge/fixing-typo
Browse files Browse the repository at this point in the history
Fixing typo in GradientBoostingIncidence
  • Loading branch information
ogrisel authored Nov 10, 2023
2 parents dafe99d + f985184 commit cd545b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hazardous/_gradient_boosting_incidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class GradientBoostingIncidence(BaseEstimator, ClassifierMixin):
In single event settings, "any" and 1 are equivalent.
loss : {'ibs', 'inll'}, default='ibs'
The objective of the model. In practice, both objective yields
The objective of the model. In practice, both objectives yield
comparable results.
- 'ibs' : integrated brier score. Use a `HistGradientBoostedRegressor`
Expand Down

0 comments on commit cd545b8

Please sign in to comment.