Dear all,

Suppose i have already fit a model, for example in one class SVM:

   clf = svm.OneClassSVM(nu=0.1, kernel="rbf", gamma=0.1)
   clf.fit(X_train)

can i update the current fit (i.e.: clf) using new data? and how?

Thanks,
AdyWP

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to