The Microsoft Linear Regression algorithm is a regression algorithm that works well for regression modeling. This algorithm ...

The Microsoft Linear Regression algorithm is a regression algorithm that works well for regression modeling. This algorithm is a particular configuration of the Microsoft Decision Trees algorithm, obtained by disabling splits (the whole regression formula is built in a single root node). The algorithm supports the prediction of continuous attributes.