dimforge / nalgebra

Linear algebra library for Rust.
https://nalgebra.org
Apache License 2.0
3.93k stars 465 forks source link

Curve fitting #605

Open ilya-epifanov opened 5 years ago

ilya-epifanov commented 5 years ago

Hi guys!

I have a piece of code that clearly belongs to a library like yours. https://github.com/knack-supply/curve-tracer/blob/master/src/model/curvefit.rs

Shall we have a new crate for stats & ML stuff?

Andlon commented 5 years ago

That's cool @ilya-epifanov! I feel perhaps this is something that, while relying on nalgebra, better belongs in a library dedicated to either curve fitting or statistics, as you suggest yourself. I'm not so into the ML/stats scene, but have you checked out http://www.arewelearningyet.com/ ? Perhaps there's already a library in which your curve fitting code could fit well?

sebcrozet commented 5 years ago

@ilya-epifanov Hi! That's interesting. Perhaps it would make sense to add this to https://github.com/AtheMathmo/rusty-machine once we are done migrating it to nalgebra (though this is currently on hold).