evalml.AutoClassifier.set_problem_type

AutoClassifier.set_problem_type(objective, multiclass)[source]
If there is an objective either:
  1. Set problem_type to MULTICLASS if objective is only multiclass and multiclass is false

  2. Set problem_type to MUTLICLASS if multiclass is true

  3. Default to BINARY