Exploratory Data Analysis Using Scatter Plots and Line of Best Fit
Perform EDA on the Boston Housing dataset using scatter plots and regression lines to identify relationships between features and housing prices.
4 posts tagged with "Regression"
Perform EDA on the Boston Housing dataset using scatter plots and regression lines to identify relationships between features and housing prices.
Understand the KNN algorithm — how it works, distance metrics, choosing K, and its applications in both classification and regression tasks.
Master MAE, MSE, R², RMSE, accuracy, precision, recall, F1-score, AUC-ROC, and confusion matrices with formulas and Python code examples.
A comprehensive guide covering 10 regression types — linear, polynomial, logistic, ridge, lasso, elastic net, and more — with Python code examples and selection criteria.