Difference between revisions of "Linear Regression"
| Line 3: | Line 3: | ||
* [[AI Solver]] | * [[AI Solver]] | ||
* [[...predict values]] | * [[...predict values]] | ||
| + | * [http://medium.com/simple-ai/linear-regression-intro-to-machine-learning-6-6e320dbdaf06 Linear Regression] | ||
* [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression Linear Regression | Microsoft] | * [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression Linear Regression | Microsoft] | ||
Revision as of 05:42, 1 June 2018
A method to find pattern with a “Best Fit Line” ( therefore, “Linear” get it ?) in your data. Linear Regression: The Easier Way | Towards Data Science
Linear regression is a common statistical method, which has been adopted in machine learning and enhanced with many new methods for fitting the line and measuring error. In the most basic sense, regression refers to prediction of a numeric target. Linear regression is still a good choice when you want a very simple model for a basic predictive task. Linear regression also tends to work well on high-dimensional, sparse data sets lacking complexity. Azure Machine Learning Studio supports a variety of regression models, in addition to linear regression. However, the term "regression" can be interpreted loosely, and some types of regression provided in other tools are not supported in Studio.