Skip to content

Instantly share code, notes, and snippets.

@SchattenGenie
Last active June 28, 2019 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SchattenGenie/bc8c50228efff572122f6eae08036208 to your computer and use it in GitHub Desktop.
Save SchattenGenie/bc8c50228efff572122f6eae08036208 to your computer and use it in GitHub Desktop.
MLHEP2019 0 stage metric
from sklearn.metrics import mean_absolute_error
def scorer(solution, prediction):
return mean_absolute_error(solution, prediction)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment