The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Linear Regression using p-value

RapidRaviRapidRavi Member Posts: 1 Learner I
I'm trying to do Linear Regression, and I want to create a process which can exclude features using from Training Set by using p-value. So, if a column's p-value is less than 0.05 then remove/ignore that column and repeat the process until we are left with Statistically significant columns for out model.

Can someone guide me (or point me to any existing documentation) how to do it?

Answers

  • varunm1varunm1 Member Posts: 1,207 Unicorn
    edited February 2020
    Hello @RapidRavi

    Did you try to set "T-test" in features selection parameter of linear regression operator? The alpha value 0.05 indicates to select variables with p<0.05.

    Please let us know if you need any information.

    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

Sign In or Register to comment.