Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author |
user:1234 user:me (yours) |
| Score |
score:3 (3+) score:0 (none) |
| Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections |
title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status |
closed:yes duplicate:no migrated:no wiki:no |
| Types |
is:question is:answer |
| Exclude |
-[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with regression
Search options not deleted
user 123568
Techniques for analyzing the relationship between one (or more) "dependent" variables and "independent" variables.
0
votes
RMSE vs R-squared
Your interpretation is correct though I wouldn't say one is 'better' than the other. They both serve different purposes.
The first metric I generally check after building my model is MAPE. So I can se …
1
vote
Determining which model result is better
One interesting note, before proceeding:
The $RMSE$ and $R^2$ values for your problem have a strong negative correlation.
Just look at this graph with the first three values:
The correlation coeffici …
2
votes
Can I compare two models trained on different but similar datasets to help find differences ...
You don't need to form Regression equations and then check for the coefficients. …