This chapter focuses on different algorithms of supervised and unsupervised machine learning (ML) 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 to the public. Currently, there are more than 700 active contributors, and paid sponsorship from INRIA, Python Software Foundation, Google, and Tinyclues. Many of the functions of Scikit-learn are built upon the SciPy (Scientific Python) ...