Skip to content

Instantly share code, notes, and snippets.

@akelleh
Created May 22, 2019 02:15
Show Gist options
  • Save akelleh/482232124d3093d65f8327e920ac0d4e to your computer and use it in GitHub Desktop.
Save akelleh/482232124d3093d65f8327e920ac0d4e to your computer and use it in GitHub Desktop.
sns.lineplot(data=causal_df,
x='title_length',
y='click_through_rate'); pp.ylim(0, 0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment