Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Hi everyone,
I am working on a project for my master's degree and we have to predict the number of cinema admissions.
We used a ridge regression model which you can find attached.
Our professor asks us to tell him what the p-value is and we don't know how to get this information from dataiku.
Could you please help us?
Thank you in advance and have a nice day.
Operating system used: Windows 10
Hi,
Click on the text of your trained model, then "Regression Coefficients", then "More stats":
Note that p-values on regression coefficients are only properly defined for unregularized regressions, yet Ridge Regression includes regularization - so take these p-values with a grain of salt.
Best,
Pat