[doc] Fix sphinx build. (#8270)
This commit is contained in:
parent
be5b95e743
commit
0cd11b893a
@ -1,4 +1,4 @@
|
|||||||
sphinx>=4.4.0
|
sphinx>=5.2.1
|
||||||
mock
|
mock
|
||||||
sphinx_rtd_theme>=1.0.0
|
sphinx_rtd_theme>=1.0.0
|
||||||
breathe
|
breathe
|
||||||
|
|||||||
@ -61,6 +61,7 @@ SparkXGBClassifier
|
|||||||
pyspark classifier specific params, e.g. `raw_prediction_col` and `probability_col` parameters.
|
pyspark classifier specific params, e.g. `raw_prediction_col` and `probability_col` parameters.
|
||||||
Correspondingly, by default, `SparkXGBClassifierModel` transforming test dataset will
|
Correspondingly, by default, `SparkXGBClassifierModel` transforming test dataset will
|
||||||
generate result dataset with 3 new columns:
|
generate result dataset with 3 new columns:
|
||||||
|
|
||||||
- "prediction": represents the predicted label.
|
- "prediction": represents the predicted label.
|
||||||
- "raw_prediction": represents the output margin values.
|
- "raw_prediction": represents the output margin values.
|
||||||
- "probability": represents the prediction probability on each label.
|
- "probability": represents the prediction probability on each label.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user