I figured there was a reason. But what serialization mechanism? I'm getting at whether there is any unneeded consistency in approach to serialization. (There may not be.)
On Wed, Sep 22, 2010 at 2:38 PM, Ted Dunning <[email protected]> wrote: > Actually OnlineAuc is serialized when an AdaptiveLogisticRegression is > serialized. This is done to checkpoint a large incremental training run. > That serialized form is also used in some cases to deploy a model to > production or to do model diagnostics.
