July 2018
Intermediate to advanced
474 pages
13h 37m
English
Install the necessary libraries for this chapter using the following code:
import numpy as npimport pandas as pdimport matplotlib.pyplot as pltimport seaborn as snsimport mpl_toolkitsfrom sklearn import preprocessingfrom sklearn.preprocessing import LabelEncoder, OneHotEncoderfrom sklearn.feature_selection import RFEfrom sklearn import linear_modelfrom sklearn.cross_validation import train_test_split %matplotlib inline

Read now
Unlock full access