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 linear-regression
Search options not deleted user 171036
Techniques for analyzing the relationship between one (or more) "dependent" variables and "independent" variables.
1 vote
1 answer
257 views
What does "overfitting" exactly means in linear regression?
I was trying to understand the overfitting concept. So I know that when the training R^2 is greater than 95% it means the model is overfitted and after doing some research I have the below understandi …
2 votes
1 answer
201 views
Is the dataset fit for Linear and Logistic Regression
I am trying to check the correlation in a red wine quality dataset via a scatter plot but it seems it just doesn't seem to be linear. I have applied the preprocessing steps below: Standard Scaler sin …