UiPath Documentation
marketplace
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Marketplace ユーザー ガイド

最終更新日時 2026年4月1日

予測

docs image

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 ファイル) が含まれている必要があります。
  • デプロイ - ターゲット特微量を予測するために使用される、デプロイされたモデルの名前です。

docs image

出力

  • 予測 - 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 ---, --, -, , +, ++, +++.

  • プロパティ
  • 共通
  • 資格情報
  • 入力
  • 出力

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得