Skip to content

Commit 2abb206

Browse files
authored
DOC Fixes whats new by removing undefined module (scikit-learn#18172)
1 parent 41d648e commit 2abb206

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/whats_new/v0.24.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ Changelog
5353
parallelization via `joblib.Parallel` using argument `n_jobs`.
5454
:pr:`17107` by :user:`Julien Jerphanion <jjerphan>`.
5555

56-
:mod:`sklearn.calibrator`
57-
.........................
58-
59-
- |Enhancement| Allow :class:`calibrator.CalibratedClassifierCV` use with
56+
- |Enhancement| Allow :class:`calibration.CalibratedClassifierCV` use with
6057
prefit :class:`pipeline.Pipeline` where data is not `X` is not array-like,
6158
sparse matrix or dataframe at the start. :pr:`17546` by
6259
:user:`Lucy Liu <lucyleeow>`.

0 commit comments

Comments
 (0)