UiPath Documentation
marketplace
latest
false
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Marketplace-Benutzerhandbuch

Letzte Aktualisierung 25. Mai 2026

Predict

UiPath.DataRobot.Activities.Predict

Sobald ein Modell für maschinelles Lernen auf dem DataRobot-Server implementiert wurde, verwendet diese Aktivität es, um die Zielfunktion anhand eines einzelnen Datensatzes vorherzusagen.

Eigenschaften

Allgemein

  • AnzeigeName (DisplayName) - Der Anzeigename der Aktivität.

Credentials

  • Password - The password used to log into DataRobot.
  • URL – *(Optional)
  • Die URL Ihres DataRobot-Hosts. Standardmäßig https://app.datarobot.com , wenn kein Wert angegeben wird.
  • Username - The username used to log into DataRobot.

Eingabe

  • 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.

Ausgabe

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

Prediction Objekte enthalten die folgenden Felder:

* **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 Objekte enthalten die folgenden Felder:

FeatureValue (String) – Der Wert, den diese Funktion in den Eingabedaten hatte.

Stärke (Double) – Eine numerische Angabe, wie stark diese Funktion mit dem vorhergesagten Wert korreliert ist.

Funktion (String) – Der Name dieser Funktion.

Qualifizierte Stärke (String) - Eine visuelle Darstellung, wie stark diese Funktion mit dem vorhergesagten Wert korreliert ist. Mögliche Werte sind ---, --, -, , +, ++, ++.

  • Eigenschaften
  • Allgemein
  • Credentials
  • Eingabe
  • Ausgabe

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben