predict script update

This commit is contained in:
Pawel Sarkowicz
2026-03-28 14:54:07 -04:00
parent a2161b70e4
commit 01807be17d
5 changed files with 121 additions and 398 deletions

View File

@@ -706,7 +706,7 @@
"ax.invert_yaxis()\n",
"\n",
"plt.tight_layout()\n",
"plt.savefig('../images/05_predictive_modelling/random_forest_importance.png', dpi=150, bbox_inches='tight')\n",
"plt.savefig('../images/05_predictive_modelling/random_forest_feature_importance.png', dpi=150, bbox_inches='tight')\n",
"plt.show()"
]
},