Skip to content

Commit ae6cf12

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vnet-diagram-1
2 parents 17ca6f4 + d653fa1 commit ae6cf12

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)