marketplace
latest
false
- リリース ノート
- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- Azure Form Recognizer Scope
- Activities (アクティビティ)
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- モデル キーを取得する
- Get Model Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Marketplace ユーザー ガイド
最終更新日時 2026年4月1日
予測

UiPath.DataRobot.Activities.Predict
マシン ラーニング モデルが DataRobot サーバーにデプロイされると、このアクティビティはそのモデルを使用して、単一のデータ セットに基づきターゲット特微量を予測します。
プロパティ
共通
- 表示名 - アクティビティの表示名です。
資格情報
- パスワード - DataRobot へのログインに使用するパスワードです。
- URL - *(Optional)
- The URL of your DataRobot host. Defaults to https://app.datarobot.com if no value is provided.
- ユーザー名 - DataRobot へのログインに使用するユーザー名です。
入力
- データ - ターゲット特微量を予測するために使用されるデータ ファイルのローカル パスです。このファイルには、ターゲット特微量の各行に値が入力されていない状態の表形式データ (例: .csv ファイル) が含まれている必要があります。
- デプロイ - ターゲット特微量を予測するために使用される、デプロイされたモデルの名前です。

出力
- 予測 -
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 オブジェクトには次のフィールドが含まれます。
FeatureValue (String) - The value this feature held in the input data.
Strength (Double) - A numerical indication of how strongly this feature correlated to the predicted value.
Feature (String) - The name of this feature.
QualitativeStrength (String) - A visual representation of how strongly this feature correlates with the predicted value. Possible values are ---, --, -, , +, ++, +++.