In [1]:
import numpy as np, pandas as pd, matplotlib.pyplot as plt, seaborn as sns
%matplotlib inline
sns.set_context('poster')
sns.set_style('darkgrid')
Anticipated questions: something about the homework, especially predicting categorical vars with a linear regression; train/test vs train/test/validation splits; training with full data after validation;
Using a student's solutions was a mess last week. This time I will work through my solutions and leave plenty of time to try things out if students did things differently in an interesting way (and are willing to admit to it).
In [2]:
import IPython.display
In [3]:
IPython.display.YouTubeVideo('IeVdnxiIwXk')
Out[3]:
In [16]:
import ipynb_style
reload(ipynb_style)
ipynb_style.presentation()
Out[16]: