You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/modules/classes.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1889,7 +1889,7 @@ <h3>Multiclass and multilabel classification strategies<a class="headerlink" hre
1889
1889
<spanid="sklearn-neural-network-neural-network-models"></span><spanid="neural-network-ref"></span><h2><aclass="reference internal" href="#module-sklearn.neural_network" title="sklearn.neural_network"><ttclass="xref py py-mod docutils literal"><spanclass="pre">sklearn.neural_network</span></tt></a>: Neural network models<aclass="headerlink" href="#module-sklearn.neural_network" title="Permalink to this headline">¶</a></h2>
1890
1890
<p>The <aclass="reference internal" href="#module-sklearn.neural_network" title="sklearn.neural_network"><ttclass="xref py py-mod docutils literal"><spanclass="pre">sklearn.neural_network</span></tt></a> module includes models based on neural
1891
1891
networks.</p>
1892
-
<p><strong>User guide:</strong> See the <aclass="reference internal" href="neural_networks_unsupervised.html#neural-network"><em>Neural network models (unsupervised)</em></a> section for further details.</p>
1892
+
<p><strong>User guide:</strong> See the <aclass="reference internal" href="neural_networks_supervised.html#neural-network"><em>Neural network models (supervised)</em></a> section for further details.</p>
Copy file name to clipboardExpand all lines: dev/modules/generated/sklearn.base.BaseEstimator.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@
172
172
<h1><aclass="reference internal" href="../classes.html#module-sklearn.base" title="sklearn.base"><ttclass="xref py py-mod docutils literal"><spanclass="pre">sklearn.base</span></tt></a>.BaseEstimator<aclass="headerlink" href="#sklearn-base-baseestimator" title="Permalink to this headline">¶</a></h1>
173
173
<dlclass="class">
174
174
<dtid="sklearn.base.BaseEstimator">
175
-
<emclass="property">class </em><ttclass="descclassname">sklearn.base.</tt><ttclass="descname">BaseEstimator</tt><aclass="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/44c8519/sklearn/base.py#L169"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sklearn.base.BaseEstimator" title="Permalink to this definition">¶</a></dt>
175
+
<emclass="property">class </em><ttclass="descclassname">sklearn.base.</tt><ttclass="descname">BaseEstimator</tt><aclass="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/ec7d1db/sklearn/base.py#L169"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sklearn.base.BaseEstimator" title="Permalink to this definition">¶</a></dt>
176
176
<dd><p>Base class for all estimators in scikit-learn</p>
177
177
<pclass="rubric">Notes</p>
178
178
<p>All estimators should specify all the parameters that can be set
<ttclass="descname">get_params</tt><big>(</big><em>deep=True</em><big>)</big><aclass="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/44c8519/sklearn/base.py#L206"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sklearn.base.BaseEstimator.get_params" title="Permalink to this definition">¶</a></dt>
204
+
<ttclass="descname">get_params</tt><big>(</big><em>deep=True</em><big>)</big><aclass="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/ec7d1db/sklearn/base.py#L206"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sklearn.base.BaseEstimator.get_params" title="Permalink to this definition">¶</a></dt>
<ttclass="descname">set_params</tt><big>(</big><em>**params</em><big>)</big><aclass="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/44c8519/sklearn/base.py#L243"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sklearn.base.BaseEstimator.set_params" title="Permalink to this definition">¶</a></dt>
229
+
<ttclass="descname">set_params</tt><big>(</big><em>**params</em><big>)</big><aclass="reference external" href="https://github.com/scikit-learn/scikit-learn/blob/ec7d1db/sklearn/base.py#L243"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sklearn.base.BaseEstimator.set_params" title="Permalink to this definition">¶</a></dt>
230
230
<dd><p>Set the parameters of this estimator.</p>
231
231
<p>The method works on simple estimators as well as on nested objects
232
232
(such as pipelines). The former have parameters of the form
0 commit comments