© Manohar Swamynathan 2017
Manohar SwamynathanMastering Machine Learning with Python in Six Steps10.1007/978-1-4842-2866-1_33. Step 3 – Fundamentals of Machine Learning
Manohar Swamynathan1
(1)Bangalore, Karnataka, India
This chapter is focused on different algorithms of supervised and unsupervised machine learning
using two key Python packages.
Scikit-learn: In 2007, David Cournapeau developed Scikit-learn as part of the Google summer of code project. INRIA got involved in 2010 and beta v0.1 was released for the public. Currently there are more than 700 plus active contributors and it has paid sponsorship from INRIA, Python Software Foundation, Google, and Tinyclues. Many of the functions of Scikit-learn are built upon SciPy (Scientific Python) ...