Skip to content
Oscar Serra edited this page Feb 23, 2015 · 4 revisions

By regression we understand the desire of predicting/anticipating the outcome of a situation/episode/example we have observed a number of times in the past (in fact, <math>M_{train}+M_{test}</math> times, see cross-validation). It can be used in a number of cases including time series prediction. The Machine Learning algorithms presented in this section are somewhat simple to implement and generally not very performant. Software packages like Microsoft Excel are prepared to do Linear Regression.

Algorithms

Clone this wiki locally