predict script update
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
@@ -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()"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user