marketplace
latest
false
- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

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 )- 直观地表示此功能与预测值的相关性。可能的值为 ---、--、-、+、++、+++。