Skip to content

Commit

Permalink
DOC removed reference to closed issue (scikit-learn#30499)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuscland authored Dec 19, 2024
1 parent 41d466b commit 6b89245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/modules/impute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ imputation round are returned.
This estimator is still **experimental** for now: default parameters or
details of behaviour might change without any deprecation cycle. Resolving
the following issues would help stabilize :class:`IterativeImputer`:
convergence criteria (:issue:`14338`), default estimators (:issue:`13286`),
and use of random state (:issue:`15611`). To use it, you need to explicitly
import ``enable_iterative_imputer``.
convergence criteria (:issue:`14338`) and default estimators
(:issue:`13286`). To use it, you need to explicitly import
``enable_iterative_imputer``.

::

Expand Down

0 comments on commit 6b89245

Please sign in to comment.