Skip to content

Commit db68dc5

Browse files
Merge pull request #251455 from v-akarnase/patch-7
Update apache-spark-ipython-notebook-machine-learning.md
2 parents ee88920 + edfe336 commit db68dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Tutorial - Step-by-step instructions on how to build Apache Spark m
44
ms.service: hdinsight
55
ms.topic: tutorial
66
ms.custom: hdinsightactive,mvc, devx-track-python
7-
ms.date: 08/28/2022
7+
ms.date: 09/14/2023
88

99
# Customer intent: As a developer new to Apache Spark and to Apache Spark in Azure HDInsight, I want to learn how to create a simple machine learning Spark application.
1010
---
@@ -81,7 +81,7 @@ This application uses a Spark [ML pipeline](https://spark.apache.org/docs/2.2.0/
8181
8282
In the code snippet, you define a function that compares the actual temperature with the target temperature. If the actual temperature is greater, the building is hot, denoted by the value **1.0**. Otherwise the building is cold, denoted by the value **0.0**.
8383
84-
1. Configure the Spark machine learning pipeline that consists of three stages: tokenizer, hashingTF, and lr.
84+
1. Configure the Spark machine learning pipeline that consists of three stages: `tokenizer`, `hashingTF`, and `lr`.
8585
8686
```PySpark
8787
tokenizer = Tokenizer(inputCol="SystemInfo", outputCol="words")

0 commit comments

Comments
 (0)