ibis-ml
ibis-ml copied to clipboard
feat: model based ml data preprocessing
preprocessing data using machine learning models before feed it into model training.
Examples:
- model based imputing
- model based outlier detection
- model based encoding
Note: certain models may be challenging to execute on SQL backends
Probably not a priority for initial release; we will focus on steps that are easy to train on SQL backends.