2014-07-01 20:22 GMT+02:00 Neal Becker <[email protected]>: > Olivier Grisel wrote: > >> Some models have a partial_fit method for incremental and out of core >> learning. >> >> See for instance the documentation of the development version (that >> match version0.15.0b1 or the master branch): >> >> http://scikit-learn.org/dev/auto_examples/applications/plot_out_of_core_classification.html >> > > Thanks for the info. My problem is regression (not classification). Does > that > matter?
You need to use regression models that have the partial_fit method such as SGDRegressor for instance. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
