特征重要性
特征重要性
**项目id:6229
https://scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html#sphx-glr-auto-examples-ensemble-plot-forest-importances-py
下图为项目概览:
从图上可以看出,项目分为3个节点:
数据产生节点,产生后面用于训练的数据
模型节点,这里使用了ExtraTrees分类模型,参数为n_estimators=250,random_state=0
特征重要性组件节点,展示特征重要性