evalml.objectives.PrecisionWeighted

class evalml.objectives.PrecisionWeighted(verbose=False)[source]

Precision score for multiclass classification using weighted averaging

Methods

__init__

Initialize self.

fit

Learn the objective function based on the predictions from a model.

predict

Apply the learned objective function to the output of a model.

score

Calculate score from applying fitted objective to predicted values

supports_problem_type

Checks if objective supports given ProblemType