# Predict

{% hint style="success" %}
*Check out the walk-through on the **Predict** option for a DSL Notebook.*
{% endhint %}

![Predicting the output of a loaded model](https://972575688-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRYq1HgffNfbnIMWPu1D5%2Fuploads%2FLinC0NtdwdstMVEMlxXX%2Fmake_predictions.gif?alt=media\&token=70a5f48b-ce75-423c-8c2e-ba9215fd0753)

You 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 DSL model](https://972575688-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRYq1HgffNfbnIMWPu1D5%2Fuploads%2FhEtBR92G7bmqtCW6bbKs%2Fimage.png?alt=media\&token=2ecd267a-6bd3-4966-9506-8f068d35cf00)
