SenteraLLC/geoml

Lasso: check difference between normalize=True/False

Opened this issue · 0 comments

sklearn Lasso has a normalize parameter - do a test on data to see if normalize should be True or False, or if we should us sklearn.preprocessing.StandardScaler as suggested in the sklearn.Lasso docs