Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created May 13, 2020 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 lakshay-arora/608408939f038a3c6fa92240bb4587ee to your computer and use it in GitHub Desktop.
Save lakshay-arora/608408939f038a3c6fa92240bb4587ee to your computer and use it in GitHub Desktop.
# read the test data
test_data_classification = pd.read_csv('datasets/loan_test_data.csv')
# make predictions
predictions = classification.predict_model(classification_dt, data=test_data_classification)
# view the predictions
predictions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment