Skip to content

Instantly share code, notes, and snippets.

@mzaradzki
Created July 3, 2017 07:25
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 mzaradzki/2708b50d9c9e236a1e4ba540fd9c1cb1 to your computer and use it in GitHub Desktop.
Save mzaradzki/2708b50d9c9e236a1e4ba540fd9c1cb1 to your computer and use it in GitHub Desktop.
import pandas as pd
dfX = pd.read_csv('PUMP_training_set_values.csv') # predictive variables
dfY = pd.read_csv('PUMP_training_set_labels.csv') # target variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment