Skip to content

Commit f644801

Browse files
authored
Update ml.rst
1 parent d0f689b commit f644801

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/scenarios/ml.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Machine Learning
33
================
44

5+
.. image:: https://farm4.staticflickr.com/3954/34018729885_002ced9b54_k_d.jpg
6+
57
Python has a vast number of libraries for data analysis, statistics and Machine Learning itself, making it a language of choice for many data scientists.
68

79
Some widely used packages for Machine Learning and other Data Science applications are enlisted below.
@@ -114,4 +116,4 @@ Since we're splitting randomly and the classifier trains on every iteration, the
114116
115117
The first line contains the labels (i.e flower species) of the testing data as predicted by our classifier, and the second line contains the actual flower species as given in the dataset. We thus get an accuracy of 100% this time.
116118

117-
More on scikit-learn can be read in the `documentation <http://scikit-learn.org/stable/user_guide.html>`_.
119+
More on scikit-learn can be read in the `documentation <http://scikit-learn.org/stable/user_guide.html>`_.

0 commit comments

Comments
 (0)