scikit-learn-contrib / boruta_py

Python implementations of the Boruta all-relevant feature selection method.
BSD 3-Clause "New" or "Revised" License
1.46k stars 252 forks source link

Does boruta apply to time series data? #123

Open kkckk1110 opened 3 months ago

kkckk1110 commented 3 months ago

Hello, I found Boruta really helpful in boosting my model performance. However, I have a question that can Boruta apply to time series data?

Wuuzzaa commented 3 months ago

Boruta is not designed to handle time series data. You can still try it out. I think boruta could be useful to delete some useless features.