classifier-reborn icon indicating copy to clipboard operation
classifier-reborn copied to clipboard

ability to serialize model?

Open jtoy opened this issue 7 years ago • 1 comments

I didn't see any mechanism in the docs to do this. Is is poddible? that way we dont need to retrain every time.

jtoy avatar Jun 19 '18 19:06 jtoy

You can marshal to Yaml, which works pretty well for the classifier. We're working on an import/export method at the moment in #174 , but the release date is tbd.

Ch4s3 avatar Jun 20 '18 16:06 Ch4s3