On Tue, Jan 24, 2012 at 1:38 AM, Mathieu Blondel <[email protected]> wrote:
> Indeed, combined with your hashing text vectorizer, this will allow to > cache the extracted features and thus make several epochs over the > dataset (each epoch being broken down into several calls to > partial_fit). Actually, one call to fit() would work too as the data would be lazily loaded from the disk by the OS. Mathieu ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
