Skip to content

Instantly share code, notes, and snippets.

@pkgandhi
Created August 17, 2020 00:43
Show Gist options
  • Save pkgandhi/5b52f7c88778aa5238f0817b172e7263 to your computer and use it in GitHub Desktop.
Save pkgandhi/5b52f7c88778aa5238f0817b172e7263 to your computer and use it in GitHub Desktop.
Parallel Coordinate
#Visualize the parallel coordinate
optuna.visualization.plot_parallel_coordinate(study, params=['rf_n_estimators', 'rf_max_depth'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment