We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef584c commit d1ef4c0Copy full SHA for d1ef4c0
doc/developers/develop.rst
@@ -641,7 +641,7 @@ In addition to the tags, estimators also need to declare any non-optional
641
parameters to ``__init__`` in the ``_required_parameters`` class attribute,
642
which is a list or tuple. If ``_required_parameters`` is only
643
``["estimator"]`` or ``["base_estimator"]``, then the estimator will be
644
-instantiated with an instance of ``LinearDiscriminantAnalysis`` (or
+instantiated with an instance of ``LogisticRegression`` (or
645
``RidgeRegression`` if the estimator is a regressor) in the tests. The choice
646
of these two models is somewhat idiosyncratic but both should provide robust
647
closed-form solutions.
0 commit comments