You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello!
I'm new to Linfa and ML in Rust.
Is it possible to use Polars DataFrames instead of ndarray with Linfa ?
The text was updated successfully, but these errors were encountered: