On Thu, Aug 02, 2012 at 02:13:29PM +0900, Mathieu Blondel wrote: > This example is confusing: it doesn't use the fit method. I suspect that > all these parameters do not need to be specified if you use fit.
In theory, that's correct. In practice, I have had little success with relying on fit for two reasons. The first being that it is very slow. The second being that if you don't pass in a large fraction of these arguments (around half), it fails to learn something useful. 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
