Chapter 5. Learning from Data

In this chapter, we will cover the following recipes:

  • Predicting continuous values using linear regression
  • Binary classification using LogisticRegression and SVM
  • Binary classification using LogisticRegression with the Pipeline API
  • Clustering using K-means
  • Feature reduction using principal component analysis

Introduction

In previous chapters, we saw how to load, prepare, and visualize data. Now, let's start doing some interesting stuff with it. In this chapter, we'll be looking into applying various machine learning techniques on top of it. We'll look at a few examples for the two broad classifications of machine learning techniques: supervised and unsupervised learning. Before that, however, let's briefly see what these terms mean.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset