@@ -940,8 +940,11 @@ Class APIs and Estimator Types
940
940
:class: `ensemble.BaggingClassifier `.
941
941
942
942
In a meta-estimator's :term: `fit ` method, any contained estimators
943
- should be :term: `cloned ` before they are fit (although FIXME: Pipeline
944
- and FeatureUnion do not do this currently). An exception to this is
943
+ should be :term: `cloned ` before they are fit.
944
+
945
+ .. FIXME: Pipeline and FeatureUnion do not do this currently
946
+
947
+ An exception to this is
945
948
that an estimator may explicitly document that it accepts a pre-fitted
946
949
estimator (e.g. using ``prefit=True `` in
947
950
:class: `feature_selection.SelectFromModel `). One known issue with this
@@ -1590,8 +1593,7 @@ functions or non-estimator constructors.
1590
1593
estimators: some, but not all, use it to mean a single epoch (i.e. a
1591
1594
pass over every sample in the data).
1592
1595
1593
- FIXME perhaps we should have some common tests about the relationship
1594
- between ConvergenceWarning and max_iter.
1596
+ .. FIXME: perhaps we should have some common tests about the relationship between ConvergenceWarning and max_iter.
1595
1597
1596
1598
``memory ``
1597
1599
Some estimators make use of :class: `joblib.Memory ` to
@@ -1859,12 +1861,11 @@ See concept :term:`sample property`.
1859
1861
the weight. Weights may be specified as floats, so that sample weights
1860
1862
are usually equivalent up to a constant positive scaling factor.
1861
1863
1862
- FIXME Is this interpretation always the case in practice? We have no
1863
- common tests.
1864
+ .. FIXME: Is this interpretation always the case in practice? We have no common tests.
1864
1865
1865
1866
Some estimators, such as decision trees, support negative weights.
1866
- FIXME: This feature or its absence may not be tested or documented in
1867
- many estimators.
1867
+
1868
+ .. FIXME: This feature or its absence may not be tested or documented in many estimators.
1868
1869
1869
1870
This is not entirely the case where other parameters of the model
1870
1871
consider the number of samples in a region, as with ``min_samples `` in
0 commit comments