Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predictions / Test & Score: include F-test of linear regression in evaluation results #6975

Open
wvdvegte opened this issue Jan 2, 2025 · 0 comments

Comments

@wvdvegte
Copy link

wvdvegte commented Jan 2, 2025

What's your use case?
What's your proposed solution?
To scientifically underpin results of Linear Regression, it would be nice to include the F-test for overall significance of the regression in the evaluation results. From the link above, it appears to be a simple calculation - it is the ratio between the MSE (already there) and the MSE based on the intercept-only version of the regression model (i.e., with all coefficients other than the intercept zeroed).
I know that Orange is not a statistical package, but a lot of stuff related to linear regression finds itself in the grey area between ML and statistics ...

Are there any alternative solutions?
I guess it would be possible to compute this with a Python script using the predictions and the coefficients as inputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant