FeatureValueDependencyPlot
FeatureValueDependencyPlot[model,data]
绘制 model 的结果对 data 中某个具体特征的值的依赖性.
FeatureValueDependencyPlot[model]
用合成数据估计特征值依赖性.
FeatureValueDependencyPlot[modelfname,…]
只绘制对指定特征 fname 的依赖性.
FeatureValueDependencyPlot[modelfnameclass,…]
只绘制对分类 class 的依赖性.
更多信息和选项
- FeatureValueDependencyPlot 用于解释样例的特征值对机器学习模型结果的贡献,如回归或分类.
- 对于每个样例,model 的结果都是在改变单个样例特征的值的情况下绘制的.
- 对于分类器,模型结果是类别的概率. 对于预测器,则为预测值.
- model 可取的值为:
-
ClassifierFunction[…] 分类模型 PredictorFunction[…] 回归模型 - 当 model 是一个 ClassifierFunction[…] 时,class 可取的值为:
- data 可取的值为:
-
example 单个样例 {example1,…} 样例组成的 List、Association 或 Dataset Automatic 用模型的缺失值估算器生成样例 - 如果没有提供 data,将用模型的缺失值合成器生成合成样例.
- fname 可取的值为:
-
All 所有特征造成的影响(默认) feature feature 造成的影响 {feature1,…} 一组 featurei 造成的影响 -
All 对所有类别的影响(默认) name 对 name 类别的影响 {name1,…} 对一组 namei 的影响 - FeatureValueDependencyPlot 有与 Graphics 相同的选项,不同之处和更多选项如下所示: [所有选项的列表]
-
AspectRatio 1/GoldenRatio 高宽比 Axes True 是否绘制坐标轴 AxesLabel Automatic 坐标轴的标签 DataRange Automatic 假定的数据的 x 值的范围 IntervalMarkers Automatic 怎样表示不确定性 IntervalMarkersStyle Automatic 不确定元素的样式 Filling None 如何填充各个点的茎杆 FillingStyle Automatic 填充使用的样式 Joined True 是否将每个点都连起来 LabelingFunction Automatic 如何标记点 LabelingSize Automatic callout 和标签的最大尺寸 MultiaxisArrangement None 如何排列数据的多个轴 PerformanceGoal $PerformanceGoal 优化的目标 PlotLabel Automatic 绘图的整体标签 PlotLabels Automatic 数据的标签 PlotLayout "Overlaid" 怎样放置数据 PlotLegends None 数据的图例 PlotMarkers None 用于标识每个点的标记 PlotRange Automatic 要包含的值的范围 PlotRangeClipping True 在绘图范围边界处是否进行剪切 PlotStyle Automatic 确定点的样式的图形指令 PlotTheme $PlotTheme 绘图的整体外观主题 ScalingFunctions Automatic 怎样缩放个别坐标 TargetUnits Automatic 显示在绘图中的单位
所有选项的列表
范例
打开所有单元关闭所有单元选项 (5)
PlotPoints (1)
较大的 PlotPoints 值可以突出模型中的非线性:
文本
Wolfram Research (2022),FeatureValueDependencyPlot,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FeatureValueDependencyPlot.html.
CMS
Wolfram 语言. 2022. "FeatureValueDependencyPlot." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/FeatureValueDependencyPlot.html.
APA
Wolfram 语言. (2022). FeatureValueDependencyPlot. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/FeatureValueDependencyPlot.html 年