From 08c9edbd80fd9f1b87dd8d1acaf4705aaa78d13b Mon Sep 17 00:00:00 2001 From: cfiutak1 Date: Tue, 2 Apr 2019 00:55:54 -0400 Subject: [PATCH] Update Part 1 - Introduction to Machine Learning with scikit-learn.md --- ... 1 - Introduction to Machine Learning with scikit-learn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Part 1 - Introduction to Machine Learning with scikit-learn.md b/Part 1 - Introduction to Machine Learning with scikit-learn.md index 3a77a7c..e005e93 100644 --- a/Part 1 - Introduction to Machine Learning with scikit-learn.md +++ b/Part 1 - Introduction to Machine Learning with scikit-learn.md @@ -37,8 +37,8 @@ plt.show()   If all goes well, you will see the following image appear on your screen - - -## TODO: Add image +![matplotlib result](images/part1_matplotlib_image.png) +  ### 📚Further Reading You can find other useful datasets in the [official scikit-learn documentation](https://scikit-learn.org/stable/datasets/index.html).