Re: [scikit-learn] Efficient forward stepwise regression

2021-04-25 Thread Alexandre Gramfort
hi Matt, I'd like to implement a forward stepwise regression algorithm using the > efficient procedure described in the first problem here > . It does not > seem that such a model exists anywhere in Python. Would it be useful for me > to wri

[scikit-learn] Efficient forward stepwise regression

2021-04-22 Thread Matt Schoenbauer
Hello sklearn developers, I'd like to implement a forward stepwise regression algorithm using the efficient procedure described in the first problem here . It does not seem that such a model exists anywhere in Python. Would it be useful for