ibis-project / ibis-ml

IbisML is a library for building scalable ML pipelines using Ibis.
https://ibis-project.github.io/ibis-ml/
Apache License 2.0
88 stars 13 forks source link

feat: model based ml data preprocessing #63

Open jitingxu1 opened 5 months ago

jitingxu1 commented 5 months ago

preprocessing data using machine learning models before feed it into model training.

Examples:

Note: certain models may be challenging to execute on SQL backends

deepyaman commented 5 months ago

Probably not a priority for initial release; we will focus on steps that are easy to train on SQL backends.