import warnings from flaml.automl.model import * warnings.warn( "Importing from `flaml.model` is deprecated. Please use `flaml.automl.model`.", DeprecationWarning, )