Hey, I've found that RFECV does a good job of selecting features, but that
it's quite slow.  It is quicker if it's used with a fast estimator.  For
example, I've found that SGDRegressor is much faster than SVR.  I was
wondering any regressor is faster than SGDRegressor (for dense features).
Remember, only estimators with a coef_ attribute can be used with recursive
feature elimination.

Also, is the warm_start option relevant here?  In theory, the coefficients
from an estimator fit with N features could be used for fitting an
estimator with N - 1 features.  In practice though, RFE and RFECV might not
copy the coef_ array between runs.

Thanks,

Conrad
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to