Last active
November 3, 2018 19:55
-
-
Save xoelop/d16a9abb9c965ab8bf7ad2a2ee4ac3f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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