Chans

Untitled

Feb 7th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. # import libraries
  2. import matplotlib.pyplot as plt
  3. import pandas as pd
  4. import seaborn as sns
  5. from sklearn.model_selection import  train_test_split
  6.  
  7. # Load the data
  8. games = pd.read_csv('games.csv')
Advertisement
Add Comment
Please, Sign In to add comment