Skip to content

Commit

Permalink
DOC: Mention quadratic_kappa metric in eval_metric docs (autogluon#3996)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhDagar authored and Ubuntu committed Apr 3, 2024
1 parent 6ce3ef2 commit cd0cc05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/autogluon/core/models/abstract/abstract_model.py
Expand Up @@ -85,9 +85,9 @@ class AbstractModel:
If `eval_metric = None`, it is automatically chosen based on `problem_type`.
Defaults to 'accuracy' for binary and multiclass classification and 'root_mean_squared_error' for regression.
Otherwise, options for classification:
['accuracy', 'balanced_accuracy', 'f1', 'f1_macro', 'f1_micro', 'f1_weighted',
'roc_auc', 'roc_auc_ovo_macro', 'average_precision', 'precision', 'precision_macro', 'precision_micro',
'precision_weighted', 'recall', 'recall_macro', 'recall_micro', 'recall_weighted', 'log_loss', 'pac_score']
['accuracy', 'balanced_accuracy', 'f1', 'f1_macro', 'f1_micro', 'f1_weighted', 'roc_auc', 'roc_auc_ovo_macro',
'average_precision', 'precision', 'precision_macro', 'precision_micro', 'precision_weighted', 'recall',
'recall_macro', 'recall_micro', 'recall_weighted', 'log_loss', 'pac_score', 'quadratic_kappa']
Options for regression:
['root_mean_squared_error', 'mean_squared_error', 'mean_absolute_error', 'median_absolute_error', 'r2']
Options for quantile regression:
Expand Down

0 comments on commit cd0cc05

Please sign in to comment.