2012/1/9 Gael Varoquaux <[email protected]>: > On Mon, Jan 09, 2012 at 11:11:29AM +0100, Lars Buitinck wrote: >> 2012/1/9 Fabian Pedregosa <[email protected]>: >> > I'm OK with the idea of having one class for classification and one >> > for regression. It's conceptually easier and simplifies the docs. +1 > >> What should the parameter be called that chooses nu vs. C? > > Can it be that if nu is None C is used, or do you thihnk that this is > confusing?
That would work. Alternatively we could have: algorithm="csvm" or algorithm="nusvm" as already used elsewhere (e.g. neighbors, pls, dict_learning and manifold). -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
