check_models_mixed

mastml.legos.model_finder.check_models_mixed(model_names)[source]

Method used to check whether the user has mixed regression and classification tasks

Args:

model_names: (list), list containing names of models/estimators

Returns:

(bool), whether or not a classifier was found, or raises exception if both regression and classification models present.