Predict

Predict the outcome of a DSL model using the Notebook interface.

circle-info

Check out the walk-through on the Predict option for a DSL Notebook.

Predicting the output of a loaded model

The user can get the predicted array from a loaded DSL model that contains a definite dataframe.

  • Add a new cell.

  • Click the Predict option.

  • Execute the code.

  • Provide the model and dataframe.

  • The predicted output of the given dataframe appears as an array.

  • The default comments on how to define the predicted output for a DS Lab model appears as well.

Predicting the Output of a loaded DSL model
circle-info

Please Note: Refer the Data Science Lab Quick Start Flow page to get an overview of the Data Science Lab module in nutshell. Click herearrow-up-right to get redirected to the quick start flow page.

Last updated