David Gibson

Results 2 comments of David Gibson

Sklearn's `RFECV` does not work with categorical variables. Pretty sure you will have to encode them in order to use `RFECV` or just code up your own version to use...

I am also seeing this error. I re-ran everything and it works. Fine for my use case but tuning has become tedious.