If the estimator supports `partial_fit`, you can use that, repeatedly,
instead of `fit`.

See documentation:
http://scikit-learn.org/stable/modules/scaling_strategies.html
http://scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html

On 15 December 2014 at 14:55, Ady Wahyudi Paundu <awpau...@gmail.com> wrote:

> 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
>
------------------------------------------------------------------------------
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