UiPath Marketplace
最新
False
横幅背景图像
UiPath Marketplace 用户指南
上次更新日期 2024年4月16日

预测



UiPath.DataRobot.Activities.Predict

在数据机器人服务器上部署机器学习模型后,此活动将使用该模型基于单个数据集预测目标功能。

属性

常见

  • “显示名称”- 活动的显示名称。

凭据

  • 密码” - 用于登录数据机器人的密码。
  • URL - (可选)数据机器人主机的 URL。 如果未提供任何值,则默认为https://app.datarobot.com
  • 用户 名” - 用于登录数据机器人的用户名。

输入

  • 数据” - 用于预测目标特征的数据文件的本地路径。 此文件必须包含表格数据 (例如 .csv 文件中),并且每一行都缺少一个目标功能的值。
  • 部署 - 用于预测目标特征的已部署模型的名称。



输出

  • 预测 - 作为 Prediction[]的目标特征的预测值。
Prediction objects contain the following fields:
* **Value** (`String`) - The predicted value for the model's target feature. 
* **Confidence** (`Double`) - The confidence, as a value between 0 and 1, that the predicted value is correct.
* **PredictionExplanation** (`Explanation[ ]`) - An array of features used to train the model and the degree to which they influence the predicted value.
* **Value** (`String`) - The predicted value for the model's target feature. 
* **Confidence** (`Double`) - The confidence, as a value between 0 and 1, that the predicted value is correct.
* **PredictionExplanation** (`Explanation[ ]`) - An array of features used to train the model and the degree to which they influence the predicted value.
    
Explanation objects contain the following fields:
功能值 (String) - 此功能在输入数据中保存的值。
“强度” (Double) - 表示此功能与预测值的相关强度的数值。
功能 (String) - 此功能的名称。
定性优势 (String) - 此功能与预测值的相关性强弱的可视化表示。 可能的值为 ---、-、-、、+、++、+++。
  • 属性
  • 常见
  • 凭据
  • 输入
  • 输出

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.