Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List all metrics when wrong metric is passed in eval_metric #361

Closed
pplonski opened this issue Mar 31, 2021 · 1 comment
Closed

List all metrics when wrong metric is passed in eval_metric #361

pplonski opened this issue Mar 31, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pplonski
Copy link
Contributor

Not all supported metrics are listed when wrong eval_metric is passed

@pplonski pplonski self-assigned this Mar 31, 2021
@pplonski pplonski added the enhancement New feature or request label Mar 31, 2021
@pplonski pplonski added this to the 0.10.3 milestone Mar 31, 2021
@pplonski pplonski added this to In progress in mljar-supervised Mar 31, 2021
@pplonski pplonski moved this from In progress to Done in mljar-supervised Mar 31, 2021
@pplonski
Copy link
Contributor Author

Binary classification metrics

'logloss', 'auc', 'f1', or 'average_precision'

Multiclass classification metrics

'logloss', or 'f1'

Regression metrics

'rmse', 'mse', 'mae', 'r2', 'mape', 'spearman', or 'pearson'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant