i am new to machine learning and i am using housing price dataset from kaggle.com to solve regression problem. i want to know the difference between Correlation Coefficient and Correlation Determination and why people use one over the other. for instance, i can see the relation between YearBuild and SalePrice like this
now, what is the use of Coefficient Determination, why is it used
if R= Coeffiecient Corellation then Coefficient Determination = R x R
- is the percentage view of the Corellation Coeffiecient?
- is it the relation of an individual feature with the rest of the feature?