Feature selection using logistic regression
Usage
ML_logistic(object, out_dir = "logistic/", seed = NULL, auc_cutoff = 0.8)
Arguments
- object
A dataframe-like data object containing log-metabolite intensity values, with columns corresponding to metabolites and must containing the group column, and the rows corresponding to the samples
- out_dir
the out directory
- seed
the seed
- auc_cutoff
the cut off of auc that be filtered