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 24, 2023. It is now read-only.
Assuming that I can have many models and each one with a lot of samples, how I can store the learned things, so I can store it in some file and later on i can read from the file?
The text was updated successfully, but these errors were encountered:
Hey! To answer your question, currently you can not save trained models. This was a project of mine to try and get involved with machine learning, but as it turned out, I just ended up with something that looks cool at first sight but then you realize it's just a fancy and maybe more performant regex. I say maybe because no benchmarks have been done. Also, the only process that can be persisted to a file (save training) is the training of the Naive Bayes algorithm used to distinguish between models. Every expression would still have to iterate through all samples to see which sample fits best the expression.
Assuming that I can have many models and each one with a lot of samples, how I can store the learned things, so I can store it in some file and later on i can read from the file?
The text was updated successfully, but these errors were encountered: