On Fri, May 11, 2012 at 11:15 PM, Olivier Grisel
<[email protected]>wrote:

>
> +1 : the semantics of warm_start is *only to speedup the convergence*
> by starting from a solution closer to the optimal solution of the
> convex optimization problem (in this case the final solution will be
> the solution of fit(X_subsetn, y_subsetn) ignoring the data from the
> previous batches.
>

Sure, I'm not saying that this can be used carelessly! Forcing the
algorithm to make only one pass over the dataset (via max_iter=1) is
probably better.

Mathieu
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to