evalml.objectives.F1Micro¶
- 
class evalml.objectives.F1Micro(verbose=False)[source]¶
- F1 score for multiclass classification using micro averaging - Methods - Initialize self. - Learn the objective function based on the predictions from a model. - Apply the learned objective function to the output of a model. - Calculate score from applying fitted objective to predicted values - Checks if objective supports given ProblemType