mirror of
https://github.com/fenago/data-science.git
synced 2026-08-24 22:16:28 +00:00
added
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user