Please do not address this issue unless you're part of the sprint (June 6th 2020).
Some docstrings do not link to their objects:
For example, the docstring in StackingRegressor do not link to the estimators:
|
final_estimator : estimator, default=None |
|
A classifier which will be used to combine the base estimators. |
|
The default classifier is a `LogisticRegression`. |
This can be linked by setting replacing:
with:
:class:`~sklearn.linear_model.LogisticRegression`
Please do not address this issue unless you're part of the sprint (June 6th 2020).
Some docstrings do not link to their objects:
sklearn.ensemble.StackingRegressorsklearn.ensemble.StackingClassifersklearn.ensemble.AdaBoostClassifiersklearn.ensemble.AdaBoostRegressorsklearn.ensemble.BaggingClassifiersklearn.ensemble.BaggingRegressorsklearn.linear_model.RANSACRegressorFor example, the docstring in
StackingRegressordo not link to the estimators:scikit-learn/sklearn/ensemble/_stacking.py
Lines 269 to 271 in 5816817
This can be linked by setting replacing:
with: