This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How is the information about a machine learning model's expected inputs and outputs stored when tracking the model with MLflow in Microsoft Fabric?
In the logged parameters stored with an experiment run.
In the MLmodel file stored in the model folder.
MLmodel
model
In the pickle file stored in the model folder.
pickle
In Microsoft Fabric, when working with tabular data, what type of model signature would be best to use?
Column-based signature
Tensor-based signature
Signature with params
Which parameters need to be specified when creating the MLFlowTransformer object?
MLFlowTransformer
inputData, outputCols, modelName and modelVersion
inputData
outputCols
modelName
modelVersion
inputCols, outputCols, modelName, and modelVersion
inputCols
inputData, predictions, modelName, and modelVersion
predictions
You must answer all questions before checking your work.
Was this page helpful?