ML_LEARN_LASSO ============================== .. _mllearnlasso: A type of Linear Regression. Lasso is often used when there are a large number of features since it automatically does feature selection. Inputs ================ We have Inputs to select in basic and advanced. .. thumbnail:: ../_images/Images/mllearnlassoinput.png :title: Input .. centered:: :sup:`Input Basic` | .. thumbnail:: ../_images/Images/mllearnlassoadvanced.png :title: Input .. centered:: :sup:`Input Advanced` | Outputs =============== Outputs after execution of the ML worker .. thumbnail:: ../_images/Images/mllassooutputresponses.png :title: Output .. centered:: :sup:`Output responses` | .. thumbnail:: ../_images/Images/mllassopredction.png :title: Output .. centered:: :sup:`Prediction` | |