Linear Regression

Home > Computer Science > Algorithms and data structures > Machine learning algorithms > Linear Regression

A supervised learning algorithm used for predicting a continuous outcome based on one or more input variables. It learns a linear relationship between the input and output variables.