Created
January 25, 2020 05:09
-
-
Save lakshay-arora/d823b17bd104befef0fd87b469ab1af8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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