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

@@ -866,8 +866,7 @@
"print(\"\"\"\\nInterpretation:\n",
"- Each row is a climb-angle observation.\n",
"- The target is `display_difficulty`.\n",
"- The predictors combine geometry, hold statistics, and aggregate difficulty information.\n",
"- Hold-difficulty-based features use Bayesian-smoothed hold scores from Notebook 03.\n",
"- The predictors combine geometry and structure\n",
"- The next notebook tests how much predictive signal these engineered features actually contain.\n",
"\"\"\")\n"
]

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()"
]
},