Skip to content

Instantly share code, notes, and snippets.

@SamLau95
Created August 17, 2023 19:48
Show Gist options
  • Save SamLau95/7c309c0260e23fc5c6039b8b2c25bee8 to your computer and use it in GitHub Desktop.
Save SamLau95/7c309c0260e23fc5c6039b8b2c25bee8 to your computer and use it in GitHub Desktop.
fig = px.histogram(X_train['baseurl'].value_counts(), width=450, height=250,
labels={"value": "Number of articles published at a URL"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment