🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Step-Wise Regression

User: "1101140001"
New Altair Community Member
Updated by Jocelyn

Anyone knows how to perform a Step-wise Regression with RM?
Which would be the right operator? or would I need to install a specific extension?

Thanks...

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Telcontar120"
    New Altair Community Member

    If you are looking for a classic stepwise regression, you can use either Forward Selection or Backward Elimination operators, which are both part of the feature selection operator folder, and use Linear Regression as the inner learner.  You can set the selection logic either based on absolute change in performance or associated alpha values.

     

     

    User: "1101140001"
    New Altair Community Member
    OP

    @Telcontar120 This ise step-wise regression algortihm but I don't understand,must I use forward or backward elimination. 

    Stepwise.jpg

    User: "Telcontar120"
    New Altair Community Member

    This graphic depicts forward selection.  It also envisions adding all cross-product terms (2nd order interactions) and potentially even higher-order interactions.  I'm not sure where you are getting this guidance, but it certainly doesn't represent state-of-the-art best practices for model construction in modern data science, in my view.  I'd be very wary of overfitting if you blindly dump all these interactions terms into a regression framework without doing any kind of feature engineering or feature selection.