Skip to content

Instantly share code, notes, and snippets.

@haydarai
Created January 6, 2017 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haydarai/0d7e479e0e1f4d647c84953c6710a05d to your computer and use it in GitHub Desktop.
Save haydarai/0d7e479e0e1f4d647c84953c6710a05d to your computer and use it in GitHub Desktop.
Importing required libraries
%matplotlib inline
import numpy as np
import pandas as pd
import scipy.stats as stats
import matplotlib.pyplot as plt
import sklearn
import statsmodels.api as sm
import seaborn as sns
sns.set_style("whitegrid")
sns.set_context("poster")
# special matplotlib argument for improved plots
from matplotlib import rcParams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment