rusty-machine icon indicating copy to clipboard operation
rusty-machine copied to clipboard

Save trained models

Open milesgranger opened this issue 8 years ago • 2 comments

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! :)

milesgranger avatar Jan 13 '18 08:01 milesgranger

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.

shybyte avatar Feb 14 '18 18:02 shybyte

This issue may be a duplicate of #122

shybyte avatar Feb 14 '18 18:02 shybyte