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.
1 parent 9819098 commit d332957Copy full SHA for d332957
doc/api.rst
@@ -37,6 +37,11 @@ Built-in Metrics
37
38
Classification
39
~~~~~~~~~~~~~~
40
+Note: The default ``autosklearn.metrics.f1``, ``autosklearn.metrics.precision`` and ``autosklearn.metrics.recall``
41
+built-in metrics are applicable only for binary classification. In order to apply them on multilabel and multiclass
42
+classification, please use the corresponding metrics with an appropriate averaging mechanism, such as ``autosklearn.metrics.f1_macro``.
43
+For more information about how these metrics are used, please read
44
+`this scikit-learn documentation <http://scikit-learn.org/stable/modules/model_evaluation.html#precision-recall-and-f-measures>`_.
45
46
.. autoclass:: autosklearn.metrics.accuracy
47
0 commit comments