LASSO ( Least Absolute Shrinkage and Selection Operator) is a regularization method used in logistic regression to select the related features of a high-dimensional gene expression data sets. During the implementation using Python or R, I noticed that the selected features are different from those selected features in another round of implementation on the same data set.

First: Is this normal?

Second: how to choose the correct features if we repeat the above process several times?

Thanks in advance for your answers.

More Mohamed I. Riffi's questions See All
Similar questions and discussions