Skip to content

Commit a73913b

Browse files
committed
more pydoc fix
1 parent 130d05f commit a73913b

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
@@ -1137,7 +1137,7 @@ def setParams(self, featuresCol="features", labelCol="label", predictionCol="pre
11371137
solver="l-bfgs", weights=None):
11381138
"""
11391139
setParams(self, featuresCol="features", labelCol="label", predictionCol="prediction", \
1140-
maxIter=100, tol=1e-4, seed=None, layers=None, blockSize=128, stepSize=0.03,
1140+
maxIter=100, tol=1e-4, seed=None, layers=None, blockSize=128, stepSize=0.03, \
11411141
solver="l-bfgs", weights=None)
11421142
Sets params for MultilayerPerceptronClassifier.
11431143
"""

0 commit comments

Comments
 (0)