Hello,
I am using Linear regression to predict my target variable with 3 variables. I divided the data into 80% train and 20% test. Is there a way which can tell me what is the overall accuracy of the model on the test data?
I tried using model comparison tool but it is showing error.
Attached is the model view
Thanks