Skip to content

Easily create a baseline model #710

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

It would be helpful to easily create a baseline model to have a point of reference that must be beaten by a specifically built model.

Desired solution

We should offer a means that trains various suitable ML models with default settings on the given data and returns the best. Maybe it should also apply basic transformations to the data (handle categorical data, handle missing data, standardize data, remove IDs).

We could create classes BaselineRegressor and BaselineClassifier that offer the usual Regressor/Classifier interface. Additionally, they should have a function to get the best model.

Tasks:

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