-
Notifications
You must be signed in to change notification settings - Fork 307
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
Example repository #674
Comments
Yes agree! Personally I'd also find a side-by-side example of numpy / scipy v helpful, furthering the existing docs there. Even without that, I think it's a great idea. |
That sounds like a good idea to me. We do have a few examples in modules linked at the bottom of |
I have been going through the files in the examples directory and I have to admit that it's not obvious what we are trying to show in some of them.
When I'm back I'll do a second pass and ask for help on those that remain obscure.
|
First sketch is out: https://github.com/rust-ndarray/ndarray-examples I still need to add a CI pipeline (mirroring @termoshtt's work on P.S. The linear regression example is currently using a hard-coded |
Backend selection is now working as expected. Unfortunately, it seems we can't provide a top-level backend selection mechanism due to rust-lang/cargo#5015 - it has to be done in the |
I have another PR up, with a simple implementation of K-Means clustering: rust-ndarray/ndarray-examples#2 Looking for 👀 |
In rust-ndarray/ndarray-linalg#166 @munckymagik advanced the idea of adding a new repository to
rust-ndarray
to host more complex standalone examples.It could be a good place to showcase what is possible using the different pieces of the ecosystem, in a sort of cookbook format.
I love the idea and I think it could provide a lot of value. What are your thoughts?
The text was updated successfully, but these errors were encountered: