Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ XGBCustomObjectiveException
Class
XGBCustomObjectiveException
tests/python/test_with_sklearn.py:512–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
510
511
# Test that the custom objective function is actually used
512
class
XGBCustomObjectiveException(Exception):
513
pass
514
515
def
dummy_objective(y_true, y_pred):
516
raise
XGBCustomObjectiveException()
Callers
1
dummy_objective
Function · 0.85
Calls
no outgoing calls
Tested by
1
dummy_objective
Function · 0.68