We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad263e commit 81fcbc6Copy full SHA for 81fcbc6
python/pyspark/mllib/classification.py
@@ -74,7 +74,7 @@ def predict(self, x):
74
class LogisticRegressionWithSGD(object):
75
@classmethod
76
def train(cls, data, iterations=100, step=1.0, miniBatchFraction=1.0,
77
- initialWeights=None, regParam=1.0, regType=None, intecept=False):
+ initialWeights=None, regParam=1.0, regType=None, intercept=False):
78
"""
79
Train a logistic regression model on the given data.
80
0 commit comments