Hi all,
I am attempting to upgrade a classifier that I built using a previous version of ClassifierReborn::Bayes. It looks like I initialized the classifier before backends were added, so now I am running into compatibility issues. I store the classifier structure on disk with Marshal and now when it is loaded it does not have the backend attribute that the newer gem expects.
Is there a best practice for how to update the older classifier so that it will be compatible with the backends system?