marketplace
latest
false
- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
UiPath Marketplace 用户指南
Last updated 2024年9月5日
预测
UiPath.DataRobot.Activities.Predict
在数据机器人服务器上部署机器学习模型后,此活动将使用该模型基于单个数据集预测目标功能。
- “密码” - 用于登录数据机器人的密码。
- URL - (可选) 数据机器人主机的 URL。 如果未提供值,则默认为 https://app.datarobot.com 。
- “用户 名” - 用于登录数据机器人的用户名。
- 预测 - 作为
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
) - 此功能与预测值的相关性强弱的可视化表示。 可能的值为 ---、-、-、、+、++、+++。