Skip to content

Commit d653fa1

Browse files
Merge pull request #250724 from Naveenommi-MSFT/patch-68
(AzureCXP) fixes MicrosoftDocs/azure-docs#114461
2 parents ac38b6b + 6459493 commit d653fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/spark/apache-spark-ipython-notebook-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This application uses a Spark [ML pipeline](https://spark.apache.org/docs/2.2.0/
4949
import sys
5050
from pyspark.sql.types import *
5151
52-
from pyspark.mllib.classification import LogisticRegressionWithSGD
52+
from pyspark.mllib.classification import LogisticRegressionWithLBFGS
5353
from pyspark.mllib.regression import LabeledPoint
5454
from numpy import array
5555
```

0 commit comments

Comments
 (0)