-
The Rust cookbook has a [section on statistics](https://rust-lang-nursery.github.io/rust-cookbook/science/mathematics/statistics.html?highlight=statistic#statistics) but, while other section points yo…
-
I'm just looking at the activity level in terms of PRs being merged, wondering if this project is still a thing?
-
Hi,
I am building a Rust dynamic library embedding Python using rust-numpy. My project allows me to build a pure Rust binary, a C binary loading the Rust library and a Dotnet binary loading the Rus…
-
### What should we add?
Right now we're primarily using `ndarray`'s `dot()` method to do matmul in the accelerate crate (for example: https://github.com/Qiskit/qiskit/blob/bee2b95f6f790831ef1675b3119…
-
I am using the rust ndarray crate.
When I set breakpoint and watch a ndarray variable, it is only showing pointers.
I have to use println! for seeing the data.
Is it possible to add view support fo…
-
Currently, `ArrayView` has a helpful lifetime-preserving methods like `to_slice`, but no way to preserve lifetimes of iterators like `axis_iter`, `outer_iter` and such.
This makes it difficult to r…
-
I am using NDArray Linalg (https://github.com/rust-ndarray/ndarray-linalg) with intel-mkl-static feature. It is working in msvc toolchain perfectly.
However, when I switch to GNU toolchain, I am ge…
-
The `rust-ml` group is still in its infancy, but these are already available:
* [ ] linear decision trees
* [ ] non-linear manifolds
* [x] linear regression
* [ ] a Torch model, for example …
-
Probably in a separate crate depending on rust-n5, include a `ParallelN5Ndarray(Reader|Writer)` which parallelises the functions available in https://github.com/aschampion/rust-n5/blob/master/src/ndar…
-
### Describe the bug
i am trying to create mapping to polars, but the generate function works but doesnt create the mapping so i am confused
### Steps to reproduce
Hint: A simple way to reproduce i…