UiPath Marketplace
Neuestes
False
Bannerhintergrundbild
UiPath Marketplace-Benutzerhandbuch
Letzte Aktualisierung 16. Apr. 2024

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 - Das Passwort für die Anmeldung bei DataRobot.
  • URL - (Optional) Die URL Ihres DataRobot-Hosts. Standards auf https://app.datarobot.com, wenn kein Wert angegeben wird.
  • Username - Der Benutzername für die Anmeldung bei DataRobot.

Eingabe

  • Daten - Der lokale Pfad der Datendatei, die zur Vorhersage der Zielfunktion verwendet wird. Diese Datei muss Tabellendaten enthalten (z. B. eine .csv- Datei), wobei in jeder Zeile ein Wert für die Zielfunktion fehlt.
  • Bereitstellung – Der Name des bereitgestellten Modells, das zur Vorhersage der Zielfunktion verwendet wird.



Ausgabe

  • Vorhersagen – Die vorhergesagten Werte des Ziel-Features als Prediction[].
Prediction objects contain the following fields:
* **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 objects contain the following fields:
FeatureValue (String) – Der Wert, den diese Funktion in den Eingabedaten enthielt.
Stärke (Double) – Ein numerischer Hinweis darauf, wie stark diese Funktion mit dem vorhergesagten Wert korreliert.
Feature (String) – Der Name dieses Features.
QualativeStrength (String) – Eine visuelle Darstellung, wie stark diese Funktion mit dem vorhergesagten Wert korreliert. Mögliche Werte sind ---, --, -, , +, ++, +++.
  • Eigenschaften
  • Allgemein
  • Credentials
  • Eingabe
  • Ausgabe

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
UiPath Logo weiß
Vertrauen und Sicherheit
© 2005-2024 UiPath. All rights reserved.