2014-05-28 15:57 GMT+02:00 Andrew O'Harney <[email protected]>: > I'm new to the mailing list, so sorry if this is the wrong way to go about > requesting information about work that is underway. > > I was wondering if there was any work planned on supporting multiple targets > for the SGDRegression class. I've recently had a problem with multiple > targets and the easiest way to resolve this was by creating multiple > instances of the class - one for each target. To keep things simple I was > thinking of encapsulating this behavior inside the SGDRegression class for > the case of multiple targets.
I'm not aware of work in this direction. If you want to do it, be sure to check the way SGD currently handles multiclass learning, which is done by decomposing into multiple binary classifiers. Multitarget regression should be doable in a very similar way. ------------------------------------------------------------------------------ Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
