Getting Started
Objective functions
Automated Machine Learning
Pipelines and Components
Data Checks
Resources
evalml.utils.
import_or_raise
Attempts to import the requested library by name. If the import fails, raises an ImportError.
library (str) – the name of the library
error_msg (str) – error message to return if the import fails