Skip to content
Advertisement

Tag: rfe

Sklearn RFE, pipeline and cross validation

I’m trying to figure out how to use RFE for regression problems, and I was reading some tutorials. I found an example on how to use RFECV to automatically select the ideal number of features, and it goes something like: which I find pretty straightforward. However, I was checking how to do the same thing using a RFE object, but

Advertisement