
Extract ML models from a directory based on specific AUC score
Source:R/machine_learning.R
find.ML.models.Rd
This function searches a directory for machine learning models and filters them based on a specified AUC threshold for either the ROC or Precision-Recall curves. It returns a list of model file names that meet the specified AUC criteria.