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

Baseline Model Notebook

Name:

Date:

A Brief Recap of the Data (which may have changed since last week...)

A Brief Description of the Baseline Model

A Brief Description of the Metric(s) of Success

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

Now to try it out


In [ ]:
__________________________________

How did it do?

What are the most promising directions to explore next?


In [ ]: