Is it possible to use Polars instead of ndarray?
ritvikos opened this issue · 1 comments
ritvikos commented
quietlychris commented
At the moment, linfa
doesn't support the direct use of Polars dataframes as an input; it's likely you'll need to roll your own conversion between the data represented by those data types and ndarray
's. There's been related discussion of this in #285; I'm closing this issue in favor of that one, which also links to ndarray
-related discussion around Apache Arrow compatibility, since that's what Polars uses under the hood.