Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created September 23, 2020 03:23
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 abhishek-shrm/03ee96746041b92e3f9243d29f4b8786 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/03ee96746041b92e3f9243d29f4b8786 to your computer and use it in GitHub Desktop.
# Out-of-sample Evaluation
valid_pred=model.predict(x_valid_split)
print('In-sample Evaluation ROC-AUC Score:\n',roc_auc_score(y_valid_split,valid_pred))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment