[doc] Fix sphinx build. (#8270)

This commit is contained in:
Jiaming Yuan 2022-09-26 12:33:31 +08:00 committed by GitHub
parent be5b95e743
commit 0cd11b893a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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.
- "raw_prediction": represents the output margin values. - "prediction": represents the predicted label.
- "probability": represents the prediction probability on each label. - "raw_prediction": represents the output margin values.
- "probability": represents the prediction probability on each label.