You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
6
8
7
9
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
114
116
115
117
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.
116
118
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