Apply a Predictive or Registered Oracle Machine Learning Model to a Dataset
Use the data flow editor to score a predictive model on any dataset, or score a registered Oracle machine learning model on a dataset in its corresponding database.
In a data flow when using the Apply Model step:
-
The registered models are displayed and are available for review and analyses. Unregistered models aren't displayed.
-
The available output columns are specific to the model type. For example, for numeric prediction, output columns include PredictedValue and PredictedConfidence, and for clustering, output columns include the clusterId.
-
The available parameters are specific to the model type. For example, if you use a clustering model for scoring, maximum null values is a parameter that you can provide for the scoring process. This parameter is used in the missing value imputation.
-
The model and the mapped input data types must match when you're working with an Oracle machine learning model. See View a Registered Model's Details.