Skip to content

Commit

Permalink
fix py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng committed Apr 26, 2020
1 parent d7598d6 commit c59506d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pyspark/ml/classification.py
Expand Up @@ -241,7 +241,8 @@ def predictProbability(self, value):


class _LinearSVCParams(_ClassifierParams, HasRegParam, HasMaxIter, HasFitIntercept, HasTol,
HasStandardization, HasWeightCol, HasAggregationDepth, HasThreshold):
HasStandardization, HasWeightCol, HasAggregationDepth, HasThreshold,
HasBlockSize):
"""
Params for :py:class:`LinearSVC` and :py:class:`LinearSVCModel`.
Expand Down

0 comments on commit c59506d

Please sign in to comment.