Reduce base margin to 2 dim for now. (#7455)
This commit is contained in:
@@ -69,7 +69,7 @@ class MetaInfo {
|
||||
* if specified, xgboost will start from this init margin
|
||||
* can be used to specify initial prediction to boost from.
|
||||
*/
|
||||
linalg::Tensor<float, 3> base_margin_; // NOLINT
|
||||
linalg::Tensor<float, 2> base_margin_; // NOLINT
|
||||
/*!
|
||||
* \brief lower bound of the label, to be used for survival analysis (censored regression)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user