Does (or will) scikit learn support Arrow/pyarrow data? #25450
-
TL;DRI have a general question regarding the compatibility of ContextI'm currently developing a standard ML project for my employer. This project has two main steps:
My pipeline looks like this:
Until now, I used ProblemMy problem is the following: I tried to fit my pipeline using I tried to adapt my pipeline in multiple ways, but all my tests resulted in various errors all related to the fact that All in all, it seems that my problem is that QuestionsI have three questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We don't support If the dataframe API (https://data-apis.org/dataframe-api/draft/API_specification/index.html) also become mature and packages are implementing it, we might be able to have a way forward to interoperability. But this is a bit early for the moment. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot @glemaitre for your answer! |
Beta Was this translation helpful? Give feedback.
We don't support
arrow
for the moment. We have some ongoing work looking at the array API: #22352.If the dataframe API (https://data-apis.org/dataframe-api/draft/API_specification/index.html) also become mature and packages are implementing it, we might be able to have a way forward to interoperability. But this is a bit early for the moment.