Skip to content

Instantly share code, notes, and snippets.

@xoelop
Last active November 3, 2018 19:55
Show Gist options
  • Save xoelop/d16a9abb9c965ab8bf7ad2a2ee4ac3f0 to your computer and use it in GitHub Desktop.
Save xoelop/d16a9abb9c965ab8bf7ad2a2ee4ac3f0 to your computer and use it in GitHub Desktop.
df_gridsearch['size'] = (df_gridsearch.mean_test_score /
df_gridsearch.mean_test_score.max()) ** 100 * 20 + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment