We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extent the *_internal_measure() functions with more measures. See https://github.com/mlr-org/mlr3automl/blob/main/R/internal_measure.R.
*_internal_measure()
Overview of the available internal measures:
https://lightgbm.readthedocs.io/en/stable/Parameters.html#metric-parameters (metric)
metric
https://xgboost.readthedocs.io/en/stable/parameter.html (eval_metric)
eval_metric
https://catboost.ai/en/docs/references/eval-metric__supported-metrics
The text was updated successfully, but these errors were encountered:
b-zhou
Successfully merging a pull request may close this issue.
Extent the
*_internal_measure()
functions with more measures. See https://github.com/mlr-org/mlr3automl/blob/main/R/internal_measure.R.Overview of the available internal measures:
https://lightgbm.readthedocs.io/en/stable/Parameters.html#metric-parameters (
metric
)https://xgboost.readthedocs.io/en/stable/parameter.html (
eval_metric
)https://catboost.ai/en/docs/references/eval-metric__supported-metrics
The text was updated successfully, but these errors were encountered: