I am working with a regression problem where my feature vector looks like
the following:
X:
0.54 Yes No Yes Yes 1230 0.23
0.44 Yes No No Yes 300 0.80
0.90 Yes Yes No Yes 300 0.2
...
and the target variable looks like:
y:
1900.123
3200.4
100.23
...
My question is, what is an appropriate model for this type of regression?
I could always map *Yes *and *No* to the real values 1 and 0 respectively,
but would that make sense for regression with standard methods? e.g.:
Lasso
Ridge
Lasso
RandomForests
Support Vector Machines
?
Most importantly, are there any classification/regression models that
are *particularly
well suited* for handling mixed features? (i.e. discrete and real features)
Thanks,
Josh
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general