UiPath Documentation
marketplace
latest
false
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía del usuario de Marketplace

Última actualización 1 de abr. de 2026

Predecir

docs image

UiPath.DataRobot.Activities.Predict

Una vez que se ha implementado un modelo de aprendizaje automático en el servidor de DataRobot, esta actividad lo utiliza para predecir la característica de destino en función de un único conjunto de datos.

Propiedades

Común

  • Nombre para mostrar: el nombre para mostrar de la actividad.

Credenciales

  • Password - The password used to log into DataRobot.
  • URL - *(Optional)
  • The URL of your DataRobot host. Defaults to https://app.datarobot.com if no value is provided.
  • Username - The username used to log into DataRobot.

Entrada

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

docs image

Salida

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

Los objetos Prediction contienen los siguientes campos:

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

Los objetos Explanation contienen los siguientes campos:

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 ---, --, -, , +, ++, +++.

  • Propiedades
  • Común
  • Credenciales
  • Entrada
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado