This commit is contained in:
Your Name
2021-02-08 11:17:02 +00:00
parent 7085b7ef54
commit 54ccb1423f
28 changed files with 136 additions and 52 deletions
+26 -5
View File
@@ -277,12 +277,33 @@
"outputs": [],
"source": [
"# visualize the result\n",
"#(\n",
"# results.loc[:,['params','mean_test_score']]\n",
"# .sort_values('mean_test_score', ascending=True)\n",
"# .plot.barh(x='params', xlim=(0.8))\n",
"#)"
"(\n",
" results.loc[:,['params','mean_test_score']]\n",
" .sort_values('mean_test_score', ascending=True)\n",
" .plot.barh(x='params', xlim=(0.8))\n",
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {