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

Add MAPE metric #6119

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Add MAPE metric #6119

merged 1 commit into from
Sep 15, 2020

Conversation

hcho3
Copy link
Collaborator

@hcho3 hcho3 commented Sep 14, 2020

Closes #5965. This PR adds MAPE as a built-in evaluation metric. It is able to use GPUs. Since MAPE is an element-wise metric, there should be no obstacle in using it in distributed training.

@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2020

Codecov Report

Merging #6119 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6119   +/-   ##
=======================================
  Coverage   78.52%   78.52%           
=======================================
  Files          12       12           
  Lines        3069     3069           
=======================================
  Hits         2410     2410           
  Misses        659      659           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1453bee...39ba95e. Read the comment docs.

@hcho3 hcho3 merged commit 33577ef into dmlc:master Sep 15, 2020
@hcho3 hcho3 deleted the add_mape branch September 15, 2020 01:45
@trivialfis trivialfis mentioned this pull request Sep 21, 2020
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support MAPE as built-in eval_metric.
3 participants