Skip to content

Instantly share code, notes, and snippets.

@tanmay1070

tanmay1070/Ans Secret

Created June 29, 2021 10:36
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 tanmay1070/13310722e9d8f9b30f539e94e9431dae to your computer and use it in GitHub Desktop.
Save tanmay1070/13310722e9d8f9b30f539e94e9431dae to your computer and use it in GitHub Desktop.
print(model.predict(sc.transform([[1, 0, 0, 699,0, 39, 1,0, 2, 0, 0, 93826.63]])) > 0.5)
print("------------This customer will not leave the bank------------")
Output:[[False]]
------------This customer will not leave the bank------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment