In [2]:
from __future__ import print_function # Python 2/3 compatibility
import numpy as np
import pandas as pd
from IPython.display import Image
In [6]:
## Your Turn
In [7]:
## Your Turn
In [5]:
## Choosing an Estimator
# http://scikit-learn.org/stable/tutorial/machine_learning_map/index.html
Image("http://scikit-learn.org/stable/_static/ml_map.png")
Out[5]:
In [8]:
## Your Turn
In [10]:
## Your Turn
In [11]:
## Your Turn