-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nalgebra support #14985
Comments
I don't think we want to add this at this point. You can write the conversion from |
When the Rust tabular data/tensor data community agrees on an interchange format / common library we'll be more than happy to support it, but I don't feel like adding a different export and conditional compilation / features for every new matrix / tensor library under the sun. |
ndarray is having some maintainership turmoil right now. My company has moved to nalgebra because of it's vibrant community and amazing documentation. |
@LockedThread I'm sorry to hear that |
Thank you for reaching out. I put a comment with our major reasons in the other chat. |
Description
Convert Polars DataFrame to Nalgebra's DMatrix; similar functionality as "to_ndarray".
The text was updated successfully, but these errors were encountered: