On Mon, Jun 2, 2014 at 2:41 PM, Pei Chen <chen...@apache.org> wrote: > Steve and Co., > Do you know if the ClearTK 2.0 upgrade will require retraining of all of > the models?
Very likely, as the changes in package names mean that old classifiers will probably not deserialize. Yet another reason we probably shouldn't be using Java's object serialization, but I don't know of any alternative that actually solves the versioning problem... Steve