I've done quite a bit of digging and can't find any obvious crates that implement LOESS regression in Rust. The closest I can find is a C++ header for loess, which I could try to bindgen, but would love to go full Rust if possible. Is there something like this available that I've missed? Maybe hiding in a ML crate or something?