Compare and Match Linear Regression R and Azure ML - Copy

May 9, 2016
This experiment shows how to compare and match Linear Regression in R and Azure ML
Azure ML uses one-hot encoding to handle categorical values, while R by default uses contrast encoding. This experiment shows how to prepare data and set learner parameters in Azure ML to match R lm() results