Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Save trained models #192

Open
milesgranger opened this issue Jan 13, 2018 · 2 comments
Open

Save trained models #192

milesgranger opened this issue Jan 13, 2018 · 2 comments

Comments

@milesgranger
Copy link

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

@shybyte
Copy link

shybyte commented Feb 14, 2018

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
Copy link

shybyte commented Feb 14, 2018

This issue may be a duplicate of #122

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants