evalml.objectives.
get_core_objectives
Returns all core objective instances associated with the given problem type.
Core objectives are designed to work out-of-the-box for any dataset.
problem_type (str/ProblemTypes) – Type of problem
List of ObjectiveBase instances