[go: up one dir, main page]

Skip to content

Commit

Permalink
More style fixes in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel authored Nov 6, 2023
1 parent 534d584 commit 8417fef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hazardous/_gradient_boosting_incidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ class GradientBoostingIncidence(BaseEstimator, ClassifierMixin):
time_horizon : float or int, default=None
A specific time horizon `t_horizon` to treat the model as a
probabilistic classifier to estimate `E[T < t_horizon, E = k|X]` where
`T` is a random variable representing the (uncensored) event and `E`
probabilistic classifier to estimate ``𝔼[T < t_horizon, E = k|X]`` where
``T`` is a random variable representing the (uncensored) event and ``E``
a random categorical variable representing the (uncensored) event type.
When specified, the `predict_proba` method returns an estimate of
`E[T < t_horizon, E = k|X]` for each provided realisation of `X`.
When specified, the ``predict_proba`` method returns an estimate of
``𝔼[T < t_horizon, E = k|X]`` for each provided realization of ``X``.
monotonic_incidence : str or False, default=False
Whether to constrain the CIF to be monotonic with respect to time.
Expand Down

0 comments on commit 8417fef

Please sign in to comment.