On Fri, May 11, 2012 at 02:53:26PM +0200, Peter Prettenhofer wrote: > Incremental learning is supported via ``partial_fit``, however, for > supervised learning only ``SGDClassifier`` [1] supports it (it should > be easy to add it to ``MultinomialNB`` too [2]). > For clustering you should have a look at ``MinibatchKMeans`` [3] it > supports ``partial_fit`` too - an example can be found here [4].
Dictionnary Learning also has a partial_fit G ------------------------------------------------------------------------------ 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
