|
|
|
@ -3596,6 +3596,7 @@
|
|
|
|
|
" \"features and eliminated the other\"+ \\\n",
|
|
|
|
|
" str(sum(coefs == 0)) + \"features.\")\n",
|
|
|
|
|
"\n",
|
|
|
|
|
"#只看头5个和尾5个\n",
|
|
|
|
|
"coefs = pd.concat([coefs.sort_values().head(5), coefs.sort_values().tail(5)])\n",
|
|
|
|
|
"\n",
|
|
|
|
|
"plt.figure(figsize=(10,4))\n",
|
|
|
|
|