machine learning - Determining regression equation from coefficients obtained by Lasso Logistic Regression in python? -


i performed lasso regression first categorical feature selection (parameter space had 900 features, reduced 78 after lasso), , linear model calculate response variable. have coefficients parameters important according lasso. ideas how can convert linear regression equation of type:

y = β0x0 + β1x1 + β2x2 + ... 

thanks!


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -