An implementation of exponential smoothing in Rust, with Python bindings.
To build the Rust library, run maturin develop
. You must have the Rust compiler and maturin installed. Then you can run the Python code for the Machine Learning Final Project in python/exp_smooth/ml_project.py
On GitHub: https://github.com/caden-parajuli/exponential_smoothing