Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ _is_tuple
Function
_is_tuple
python-package/xgboost/data.py:1287–1288 ·
view source on GitHub ↗
(data: DataType)
Source
from the content-addressed store, hash-verified
1285
1286
1287
def
_is_tuple(data: DataType) -> TypeGuard[tuple]:
1288
return
isinstance(data, tuple)
1289
1290
1291
def
_from_tuple(
Callers
4
inplace_predict
Method · 0.85
dispatch_data_backend
Function · 0.85
dispatch_meta_backend
Function · 0.85
_proxy_transform
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected