Skip to content

Instantly share code, notes, and snippets.

@a-agmon
Created May 1, 2020 15:33
Show Gist options
  • Save a-agmon/99015addf30dbe8a1070146a9078b273 to your computer and use it in GitHub Desktop.
Save a-agmon/99015addf30dbe8a1070146a9078b273 to your computer and use it in GitHub Desktop.
print(f'Probability that user will made BAD requests after 3 days is: {kmf_breq.predict(3)}')
print(f'Probability that user will made BAD requests after 14 days is: {kmf_breq.predict(14)}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment