[ENH] improved polars
support - native logic
#342
Labels
feature request
New feature or request
module:datatypes
datatypes module: data containers, checkers & converters
module:regression
probabilistic regression module
Issue about next steps in extending
polars
support inskpro
.Background:
skpro
already supports both lazy and eagerpolars
containers, aspolars_eager_table
andpolars_lazy_table
.However, key limitations:
numpy
orpandas
breaks the lazy chainSo, suggested next steps, using only the eager type:
polars
input/output with a few estimators,fit
/predict
only. Add tests in a dedicatedpolars
test file, non-systematic for the start.sklearn
now supportspolars
- so, we should try to pass onpolars
frames in some of the estimators, extending theX_inner_mtype
to both pandas and polars (in a list of str, withpolars_eager_table
). Example:GaussianProcess
sklearn
in the same way.Pipeline
, a composite. ThePipeline
is native toskpro
.Once the above seems to work, I would look at the lazy` type.
Here, we should use the boilerplate layer to make lazy state changes.
Design will follow when we are there, ideas appreciated.
FYI @julian-fong.
The text was updated successfully, but these errors were encountered: