Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created January 25, 2020 05:09
Show Gist options
  • Save lakshay-arora/d823b17bd104befef0fd87b469ab1af8 to your computer and use it in GitHub Desktop.
Save lakshay-arora/d823b17bd104befef0fd87b469ab1af8 to your computer and use it in GitHub Desktop.
# read the test data
test_data = pd.read_csv('dataset/test_t02dQwI.csv')
# predict target variables on the test data
model_pipeline.predict(test_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment