Created
July 16, 2017 14:46
-
-
Save FranciscusRenatus/9e192c34e065c3a60e5a0a696ebc43ad 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
# Visualising the results | |
plt.hist(ads_selected) | |
plt.title('Histogram of ads selections') | |
plt.xlabel('Ads') | |
plt.ylabel('Number of times each ad was selected') | |
plt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment