You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Args X_val, y_val, estimator, X_train, y_train are 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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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_train
are 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?
Beta Was this translation helpful? Give feedback.
All reactions