Created
May 1, 2020 15:33
-
-
Save a-agmon/99015addf30dbe8a1070146a9078b273 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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