jekyll / classifier-reborn

A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.
https://jekyll.github.io/classifier-reborn/
GNU Lesser General Public License v2.1
551 stars 109 forks source link

ability to serialize model? #178

Open jtoy opened 6 years ago

jtoy commented 6 years ago

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

Ch4s3 commented 6 years ago

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.