evalml.objectives.get_core_objectives

evalml.objectives.get_core_objectives(problem_type)[source]

Returns all core objective instances associated with the given problem type.

Core objectives are designed to work out-of-the-box for any dataset.

Parameters

problem_type (str/ProblemTypes) – Type of problem

Returns

List of ObjectiveBase instances