Argument definitions for custom metric #1460
Unanswered
Benjamin Lee (bl3e967)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm struggling to find an answer to the following:
As per the custom metrics docs here, a custom metric function signature should look like the following:
Args
X_val,y_val,estimator,X_train,y_trainare self-explanatory. But it's not stark clear what the other arguments are, and I can't seem to find documentation / clues anywhere in the docs or the codebase.Can I please get some answers to this? And could we update the documentation to reflect this information?
All reactions