Skip to content

Commit 0cd11b8

Browse files
authored
[doc] Fix sphinx build. (dmlc#8270)
1 parent be5b95e commit 0cd11b8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx>=4.4.0
1+
sphinx>=5.2.1
22
mock
33
sphinx_rtd_theme>=1.0.0
44
breathe

doc/tutorials/spark_estimator.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ SparkXGBClassifier
6161
pyspark classifier specific params, e.g. `raw_prediction_col` and `probability_col` parameters.
6262
Correspondingly, by default, `SparkXGBClassifierModel` transforming test dataset will
6363
generate result dataset with 3 new columns:
64-
- "prediction": represents the predicted label.
65-
- "raw_prediction": represents the output margin values.
66-
- "probability": represents the prediction probability on each label.
64+
65+
- "prediction": represents the predicted label.
66+
- "raw_prediction": represents the output margin values.
67+
- "probability": represents the prediction probability on each label.

0 commit comments

Comments
 (0)