-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
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:
- Baseline Data Cleaning feat: Baseline Data Cleaning #840
- Baseline Model Training feat: Baseline Model Training #841
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done