Skip to content

Commit c0586bd

Browse files
committed
fix docstring problem
1 parent c0fcbb3 commit c0586bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/ml/classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ def setParams(self, featuresCol="features", labelCol="label", predictionCol="pre
13011301
maxDepth=5, maxBins=32, minInstancesPerNode=1, minInfoGain=0.0, \
13021302
maxMemoryInMB=256, cacheNodeIds=False, checkpointInterval=10, \
13031303
lossType="logistic", maxIter=20, stepSize=0.1, seed=None, subsamplingRate=1.0, \
1304-
impurity="variance", featureSubsetStrategy="all", validationTol=0.01,
1304+
impurity="variance", featureSubsetStrategy="all", validationTol=0.01, \
13051305
validationIndicatorCol=None)
13061306
Sets params for Gradient Boosted Tree Classification.
13071307
"""

0 commit comments

Comments
 (0)