+2 votes
in Data Science by
How to check if the regression model fits the data well?

1 Answer

0 votes
by

There are a couple of metrics that you can use:

  1. R-squared/Adjusted R-squared: Relative measure of fit. This was explained in a previous answer
  2. F1 Score: Evaluates the null hypothesis that all regression coefficients are equal to zero vs the alternative hypothesis that at least one doesn’t equal zero
  3. RMSE: Absolute measure of fit.

Related questions

0 votes
asked Mar 19, 2022 in SAP S/4 HANA Enterprise Management by sharadyadav1986
0 votes
asked Mar 20 in Cassandra by rajeshsharma
...