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/estimatorsReturns:
(bool), whether or not a classifier was found, or raises exception if both regression and classification models present.