Skip to content

Commit 49cba6c

Browse files
committed
freshness62
1 parent 827f1d1 commit 49cba6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ Let's start to get a sense of what the dataset contains.
189189
plt.axis('equal')
190190
```
191191
192-
The output is:
193-
194-
![Spark machine learning application output - pie chart with five distinct inspection results](./media/apache-spark-machine-learning-mllib-ipython/spark-machine-learning-result-output-1.png "Spark machine learning result output")
195-
196192
To predict a food inspection outcome, you need to develop a model based on the violations. Because logistic regression is a binary classification method, it makes sense to group the result data into two categories: **Fail** and **Pass**:
197193
198194
- Pass

0 commit comments

Comments
 (0)