Ultimate access to all questions.
You are creating a model to predict the price of a student's artwork based on the student's length of education, degree type, and art form. You begin by creating a linear regression model.
You need to evaluate the linear regression model.
Solution: Use the following metrics: Mean Absolute Error, Root Mean Square Error, Relative Absolute Error, Relative Squared Error, and the Coefficient of Determination.
Does the solution meet the goal?