> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-science-lab/various-tabs-to-work-with/notebook/notebook-page/notebook-operations/predict.md).

# 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](/files/qbcBj2XNp8ibiVYwoAqr)

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](/files/hZrKfJDoGqmeSDudm8M8)
