UiPath Documentation
marketplace
latest
false
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Marketplace 用户指南

上次更新日期 2026年4月1日

预测

文档图像

UiPath.DataRobot.Activities.Predict

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

属性

常见

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

凭据

  • Password - The password used to log into DataRobot.
  • URL - *(可选)
  • 您数据机器人主机的 URL。如果未提供任何值,则默认为https://app.datarobot.com
  • Username - The username used to log into DataRobot.

输入

  • Data - The local path of the data file used to predict the target feature. This file must contain tabular data (e.g. a .csv file) with each line missing a value for the target feature.
  • Deployment - The name of the deployed model used to predict the target feature.

文档图像

输出

  • Predictions - The predicted values of the target feature as a Prediction[].

Prediction 对象包含以下字段:

* **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 对象包含以下字段:

功能值( String ) - 此功能在输入数据中包含的值。

强度( Double ) - 以数值表示此功能与预测值的相关性。

功能( String ) - 此功能的名称。

“定性强度”String )- 直观地表示此功能与预测值的相关性。可能的值为 ---、--、-、+、++、+++。

  • 属性
  • 常见
  • 凭据
  • 输入
  • 输出

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新