File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 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.
15501550 ``pos_label ``
15511551 Value with which positive labels must be encoded in binary
15521552 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.
15531555
15541556 ``random_state ``
15551557 Whenever randomization is part of a Scikit-learn algorithm, a
@@ -1639,15 +1641,6 @@ functions or non-estimator constructors.
16391641 full dataset. For classification, all data in a sequence of
16401642 ``warm_start `` calls to ``fit `` must include samples from each class.
16411643
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-
16511644.. _glossary_attributes :
16521645
16531646Attributes
Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ These environment variables should be set before importing scikit-learn.
565565
566566:SKLEARN_WORKING_MEMORY:
567567
568- Sets the default value for the :term: `working_memory ` argument of
568+ Sets the default value for the `working_memory ` argument of
569569 :func: `sklearn.set_config `.
570570
571571:SKLEARN_SEED:
You can’t perform that action at this time.
0 commit comments