Skip to content

Commit 0da8f75

Browse files
GaelVaroquauxjnothman
authored andcommitted
DOC: trivial rst fix (scikit-learn#13765)
1 parent 0ec12eb commit 0da8f75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/impute/plot_iterative_imputer_variants_comparison.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
variable as an output in turn.
99
1010
In this example we compare some estimators for the purpose of missing feature
11-
imputation with :class:`sklearn.imputeIterativeImputer`::
11+
imputation with :class:`sklearn.imputeIterativeImputer`:
1212
13-
:class:`~sklearn.linear_model.BayesianRidge`: regularized linear regression
14-
:class:`~sklearn.tree.DecisionTreeRegressor`: non-linear regression
15-
:class:`~sklearn.ensemble.ExtraTreesRegressor`: similar to missForest in R
16-
:class:`~sklearn.neighbors.KNeighborsRegressor`: comparable to other KNN
17-
imputation approaches
13+
* :class:`~sklearn.linear_model.BayesianRidge`: regularized linear regression
14+
* :class:`~sklearn.tree.DecisionTreeRegressor`: non-linear regression
15+
* :class:`~sklearn.ensemble.ExtraTreesRegressor`: similar to missForest in R
16+
* :class:`~sklearn.neighbors.KNeighborsRegressor`: comparable to other KNN
17+
imputation approaches
1818
1919
Of particular interest is the ability of
2020
:class:`sklearn.impute.IterativeImputer` to mimic the behavior of missForest, a

0 commit comments

Comments
 (0)