很难理解 PMML 的 targetCategory 属性
我正在尝试为支持向量机起草 PMML 文档,但我对 dmg.org 上指定的 SupportVectorMachine 标记的 targetCategory 属性感到困惑。我的问题是,当有两个以上的分类器时,这应该如何工作?是否应该有一个 targetCategory 和其他需要的alternateTargetCategory 属性?
考虑到 Iris 数据集,我猜它会是这样的:
<SupportVectorMachine targetCategory="Iris-setosa" alternateTargetCategory="Iris-versicolor" alternateTargetCategory="Iris-virginica">
I'm trying to draft a PMML document for a support vector machine and I'm confused about the targetCategory attribute for the SupportVectorMachine tag specified at dmg.org. My question is how should this work when there are more than two classifiers? Should there be one targetCategory and additional alternateTargetCategory attributes where needed?
Given the Iris data set, I'm guessing it would be something like this:
<SupportVectorMachine targetCategory="Iris-setosa" alternateTargetCategory="Iris-versicolor" alternateTargetCategory="Iris-virginica">
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我又环顾四周,找到了我自己问题的答案。有一个名为 KNIME 的免费应用程序,使用起来相当简单,并且可以生成 PMML 输出。事实证明alternateTargetCategory仅用于二元分类。对于 Iris 数据集,SupportVectorMachine 的输出如下:
I looked around some more and found the answer to my own question. There's a free application called KNIME that is fairly straight forward to use and generates PMML output. It turns out that the alternateTargetCategory is only used for binary classification. For the Iris data set, the output for the SupportVectorMachine is the following: