【问题标题】:Azure: problems with scoring a decision forest modelAzure:对决策林模型进行评分的问题
【发布时间】:2016-09-20 04:11:52
【问题描述】:

我通过将数据集一分为二,在 azure ML Studio 中构建了一个二分类决策森林模型。

我对模型评分和评估感到满意,因此我引入了一个新数据集(具有相同的变量、相同的数据类和相同的来源)进行评分。

然后我收到一个错误,即新评分数据集中的变量不是分类的,我应该使用“编辑元数据”使其分类(我不确定为什么)。我这样做了,这立即使评分后的模型评估很差。

我该如何解决这个问题?

我想到但无法解决的一个解决方案是避免使用“编辑元数据”功能,这样我就可以获得与拆分​​数据评估相同的结果。

错误信息:

 Error: Error 1000: AFx Library library exception: Feature 'Age' is of type: 'Numeric' which is not implicitly convertible to type: 'Categorical'. Please use the Metadata editor to explicitly convert the type.

【问题讨论】:

    标签: azure decision-tree prediction cortana-intelligence azure-machine-learning-studio


    【解决方案1】:

    我不确定您使用的是什么算法,但系统的意思是它需要一个分类值来计算其内部参数。

    您获得的低分可能与新数据库和您用于获得分数的模型有关。编辑元数据模块不应影响性能。

    【讨论】:

      猜你喜欢
      • 2021-08-21
      • 2018-03-12
      • 1970-01-01
      • 2012-03-21
      • 2016-12-29
      • 2017-03-06
      • 1970-01-01
      • 2018-08-26
      • 2015-12-15
      相关资源
      最近更新 更多