You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
Hello,
First thank you for the work done with this library! I'm still quite green with Rust in general, so perhaps I'm missing something obvious, but it would be nice if one could save trained models for later predictions. I didn't see anything in the documentation relating to this.
Thanks again! :)
The text was updated successfully, but these errors were encountered:
I wonder if just adding #[derive(Serialize, Deserialize)] from https://github.com/serde-rs/serde to all relevant structs would be an appropriate implementation of this feature.
Hello,
First thank you for the work done with this library! I'm still quite green with Rust in general, so perhaps I'm missing something obvious, but it would be nice if one could save trained models for later predictions. I didn't see anything in the documentation relating to this.
Thanks again! :)
The text was updated successfully, but these errors were encountered: