Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created December 4, 2020 06:16
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 amankharwal/7ffc3e1ce536d76d12ab9a68aa8b85bd to your computer and use it in GitHub Desktop.
Save amankharwal/7ffc3e1ce536d76d12ab9a68aa8b85bd to your computer and use it in GitHub Desktop.
import numpy as np # linear algebra
import pandas as pd # data processing
import matplotlib.pyplot as plt
import seaborn as sns
import plotly as py
import plotly.graph_objs as go
# read the dataset
data = pd.read_csv('online_shoppers_intention.csv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment