Lorenzo
Lorenzo
First question: in depth, what an Olin client is supposed to do? (aka, having comments describing the procedure in client's test would be helpful) ...
cool. which basic building blocks do you suggest to start from? And which existing implementations we can take as reference?
Ideally I wanted to stick with CSR standard as defined in `scipy`, see #156 (`petgraph` has implementation for it)
The usual questions to answer about a library to add as dependency are: * is it well established/maintained? * does it includes unsafe (C/C++) implementations? `sprs` looks like to be...
I am trying to improve accessibility to our API by creating a gRPC service to run smartcore in a remote service (using `tokio`, `tonic` etc.). Just started and looking for...
There is drafting process started for [WebAssembly Component Model](https://github.com/WebAssembly/component-model) to improve usability and integration of wasm binaries. Also [Riff is a package manager](https://determinate.systems/posts/introducing-riff) that will allow multilanguage builds
Great work Volodymyr! This looks really promising. Just few notes to check if I understood the new abstraction and to help devs in digging: * we are going to have...
@morenol please take a look, there are still missing implementations but the code is at least cleaned up.
* conflicts with `development` should be now solved * run the linter, try to compile * there are some types that are not correct, in particular in `src/linear/ridge_regression.rs` and `src/linear/logistic_regression.rs`...
please fetch this branch and run `cargo build --lib`, maybe there are some errors for which the solution is evident to you people.