Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 266400e

Browse filesBrowse files
authored
DOC Fix doc regarding required_parameters (#19725)
1 parent fe897c0 commit 266400e
Copy full SHA for 266400e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎doc/developers/develop.rst

Copy file name to clipboardExpand all lines: doc/developers/develop.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ In addition to the tags, estimators also need to declare any non-optional
641641
parameters to ``__init__`` in the ``_required_parameters`` class attribute,
642642
which is a list or tuple. If ``_required_parameters`` is only
643643
``["estimator"]`` or ``["base_estimator"]``, then the estimator will be
644-
instantiated with an instance of ``LinearDiscriminantAnalysis`` (or
644+
instantiated with an instance of ``LogisticRegression`` (or
645645
``RidgeRegression`` if the estimator is a regressor) in the tests. The choice
646646
of these two models is somewhat idiosyncratic but both should provide robust
647647
closed-form solutions.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.