Medial Code Documentation
Loading...
Searching...
No Matches
Static Public Attributes
xgboost.spark.params.HasContribPredictionCol Class Reference
Inheritance diagram for xgboost.spark.params.HasContribPredictionCol:

Static Public Attributes

str pred_contrib_col
 

Detailed Description

Mixin for param pred_contrib_col: contribution prediction column name.

Output is a 3-dim array, with (rows, groups, columns + 1) for classification case.
Else, it can be a 2 dimension for regression case.

Field Documentation

◆ pred_contrib_col

str xgboost.spark.params.HasContribPredictionCol.pred_contrib_col
static
Initial value:
Params._dummy(),
"pred_contrib_col",
"feature contributions to individual predictions.",
typeConverter=TypeConverters.toString,
)
Definition parameter_test.cc:4

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