shabbychef / ohenery

Modeling of Ordinal Random Variables via Softmax
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Could we add a variable selection method? #6

Open BenoitLondon opened 9 months ago

BenoitLondon commented 9 months ago

Either a penalty term (lasso L1? or elastic-net) or a step method based on AIC or a "select" argument to remove noisy covariates (high p-values)

I know step/select methods are not ideal for variable selection but that could be helpful and easy to implement.