Skip to content

Instantly share code, notes, and snippets.

@purva91
Created July 3, 2020 08:08
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 purva91/2fb1b307cc7e6fb4b677c134312deeda to your computer and use it in GitHub Desktop.
Save purva91/2fb1b307cc7e6fb4b677c134312deeda to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
# import our data
data = pd.read_csv('churn_prediction.csv')
data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment