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

Static Public Attributes

str arbitrary_params_dict
 

Detailed Description

This is a Params based class that is extended by _SparkXGBParams
and holds the variable to store the **kwargs parts of the XGBoost
input.

Field Documentation

◆ arbitrary_params_dict

str xgboost.spark.params.HasArbitraryParamsDict.arbitrary_params_dict
static
Initial value:
Params._dummy(),
"arbitrary_params_dict",
"arbitrary_params_dict This parameter holds all of the additional parameters which are "
"not exposed as the the XGBoost Spark estimator params but can be recognized by "
"underlying XGBoost library. It is stored as a dictionary.",
)
Definition parameter_test.cc:4

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