Skip to content

02 Notebook incorrect Fbeta-measure equation #43

Description

Currently:

\begin{equation}
F_{\beta} = (1 + \beta)^2 * \frac{precision * recall}{\beta^2 *precision + recall}
\end{equation}

correct:

\begin{equation}
F_{\beta} = (1 + \beta^2) * \frac{precision * recall}{\beta^2 *precision + recall}
\end{equation}

Source

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions