Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created January 25, 2020 05:09
# 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