Accuracy Scores in Linear Regression Models
Regression Performance Metrics
R²
Coefficient of determination — 1.0 perfect, 0 = no better than mean.
MAE
Mean Absolute Error — average absolute prediction error.
RMSE
Root Mean Squared Error — penalizes large errors more.
MAPE
Mean Absolute Percentage Error — interpretable as a % deviation.
Noble Desktop's Python Machine Learning Bootcamp covers scikit-learn, Keras, neural networks, and applied ML.
This lesson is a preview from our Data Science & AI Certificate Online (includes software) and Python Certification Online (includes software & exam). Enroll in a course for detailed lessons, live instructor support, and project-based training.
Evaluate model accuracy using the score method, comparing predictions to the mean baseline. Watch this tutorial to learn the key concepts and techniques.