rs-spline
The library is currently in the early stages of development and is not yet ready for production use.
A generic spline library for Rust optimized for AI workloads
Features
Getting Started
Building from the source
Start by cloning the repository
Usage
Example: Linear Model (biased)
extern crate rs-spline;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.