predict script update

This commit is contained in:
2026-03-28 14:54:07 -04:00
parent acaf781136
commit 5069e84c93
5 changed files with 121 additions and 398 deletions
+1 -1
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()"
]
},