Skip to content

Standalone metrics package #714

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

Several users wanted to compute metrics on their predictions. This is currently not supported. They must instead call the corresponding methods on regressors and classifiers.

Desired solution

We wrap them in a class to

  1. no pollute the global namespace too much
  2. highlight which metrics are suitable for which task.

The second point was the original reason why we only made metrics available as methods of Regressor and Classifier.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions