KhiopsML / khiops-python

The Python library of the Khiops AutoML suite
https://khiops.org
BSD 3-Clause Clear License
10 stars 1 forks source link

Support Polars input in sklearn estimators #292

Open folmos-at-orange opened 3 days ago

folmos-at-orange commented 3 days ago

Description

Support polars data frames input for scikit-learn estimators. These are more efficient dataframes which are already well known (scikit-learn supports them).

Questions/Ideas