Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
xgboost.testing.TestDataset Class Reference

Public Member Functions

None __init__ (self, str name, Callable get_dataset, str objective, str metric)
 
Dict[str, Any] set_params (self, Dict[str, Any] params_in)
 
xgb.DMatrix get_dmat (self)
 
xgb.QuantileDMatrix get_device_dmat (self, Optional[int] max_bin)
 
xgb.DMatrix get_external_dmat (self)
 
str __repr__ (self)
 

Data Fields

 name
 
 objective
 
 metric
 
 X
 
 y
 

Detailed Description

Contains a dataset in numpy format as well as the relevant objective and metric.

The documentation for this class was generated from the following file: