Skip to content

Instantly share code, notes, and snippets.

@akelleh
Last active May 22, 2019 02:14
Show Gist options
  • Save akelleh/064d30f02eeef773ac1e344350564dd0 to your computer and use it in GitHub Desktop.
Save akelleh/064d30f02eeef773ac1e344350564dd0 to your computer and use it in GitHub Desktop.
causal_df.groupby('title_length') \
.mean() \
.reset_index() \
.plot(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