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
Post a Comment