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')

Improved Model One Notebook

Name:

Date:

A Brief Recap of the Data

(note anything that has changed since last week)

A Brief Description of the Baseline Model

(note anything that has changed since last week)

A Brief Description of the Metric(s) of Success

(note anything that has changed since last week)

A Brief Description of how to measure the performance of the baseline model

(note anything that has changed since last week)

Brief Description of the approach you will take for model one

Now try it out!


In [ ]:
__________________________________

How did it do?

What are the most promising directions to explore next?


In [ ]: