Skip to content

Instantly share code, notes, and snippets.

@FranciscusRenatus
Created July 16, 2017 14:46
Show Gist options
  • Save FranciscusRenatus/9e192c34e065c3a60e5a0a696ebc43ad to your computer and use it in GitHub Desktop.
Save FranciscusRenatus/9e192c34e065c3a60e5a0a696ebc43ad to your computer and use it in GitHub Desktop.
# 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