Difference between revisions of "Logistic Regression (LR)"
(Created page with "[http://www.youtube.com/results?search_query=+Linear+Regression+artificial+intelligence YouTube search...] * AI Solver ** ...predict categories * Capabilities *...") |
|||
Line 1: | Line 1: | ||
− | [http://www.youtube.com/results?search_query=+ | + | [http://www.youtube.com/results?search_query=+Logistic+Regression+artificial+intelligence YouTube search...] |
* [[AI Solver]] | * [[AI Solver]] |
Revision as of 16:02, 3 June 2018
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.