Tagged articles

multivariate regression

2 articles · Page 1 of 1
YiSu Grain
YiSu Grain
Oct 9, 2024 · Artificial Intelligence

Implementing Linear Regression with scikit-learn and Comparing to Gradient Descent

This article demonstrates how to build a multivariate linear regression model using scikit-learn's LinearRegression class, visualizes the results, and then compares the implementation, parameter optimization, prediction accuracy, and visualization with a manually coded gradient descent approach.

LinearRegressionPythongradient descent
0 likes · 7 min read
Implementing Linear Regression with scikit-learn and Comparing to Gradient Descent