File tree 2 files changed +3
-10
lines changed 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -1550,6 +1550,8 @@ functions or non-estimator constructors.
1550
1550
``pos_label ``
1551
1551
Value with which positive labels must be encoded in binary
1552
1552
classification problems in which the positive class is not assumed.
1553
+ This value is typically required to compute asymmetric evaluation
1554
+ metrics such as precision and recall.
1553
1555
1554
1556
``random_state ``
1555
1557
Whenever randomization is part of a Scikit-learn algorithm, a
@@ -1639,15 +1641,6 @@ functions or non-estimator constructors.
1639
1641
full dataset. For classification, all data in a sequence of
1640
1642
``warm_start `` calls to ``fit `` must include samples from each class.
1641
1643
1642
- ``working_memory ``
1643
-
1644
- The optimal size of temporary arrays used by some algoritms.
1645
- Some calculations when implemented using standard numpy vectorized
1646
- operations involve using a large amount of temporary memory.
1647
- Where computations can be performed in fixed-memory chunks the user is
1648
- allowed to hint at the maximum size of this working memory (defaulting
1649
- to 1GB).
1650
-
1651
1644
.. _glossary_attributes :
1652
1645
1653
1646
Attributes
Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ These environment variables should be set before importing scikit-learn.
565
565
566
566
:SKLEARN_WORKING_MEMORY:
567
567
568
- Sets the default value for the :term: `working_memory ` argument of
568
+ Sets the default value for the `working_memory ` argument of
569
569
:func: `sklearn.set_config `.
570
570
571
571
:SKLEARN_SEED:
You can’t perform that action at this time.
0 commit comments