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.
2 parents a894b2e + 7e40e59 commit 2cfdc1cCopy full SHA for 2cfdc1c
doc/developers/index.rst
@@ -829,6 +829,11 @@ The easiest and recommended way to accomplish this is to
829
All logic behind estimator parameters,
830
like translating string arguments into functions, should be done in ``fit``.
831
832
+Also it is expected that parameters with trailing ``_`` are **not to be set
833
+inside the ``__init__`` method**. All and only the public attributes set by
834
+fit have a trailing ``_``. As a result the existence of parameters with
835
+trailing ``_`` is used to check if the estimator has been fitted.
836
+
837
.. _cloning:
838
839
Cloning
0 commit comments