# Make predictions

> Make predictions - Make single record or batch predictions in No-Code AI Apps.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.534193+00:00` (UTC).

## Primary page

- [Make predictions](https://docs.datarobot.com/en/docs/classic-ui/app-builder/use-apps/app-make-pred.html): Full documentation for this topic (HTML).

## Sections on this page

- [Batch predictions](https://docs.datarobot.com/en/docs/classic-ui/app-builder/use-apps/app-make-pred.html#batch-predictions): In-page section heading.
- [Single record predictions](https://docs.datarobot.com/en/docs/classic-ui/app-builder/use-apps/app-make-pred.html#single-record-predictions): In-page section heading.

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [AI Apps](https://docs.datarobot.com/en/docs/classic-ui/app-builder/index.html): Linked from this page.
- [Use no-code applications](https://docs.datarobot.com/en/docs/classic-ui/app-builder/use-apps/index.html): Linked from this page.
- [managing widget features](https://docs.datarobot.com/en/docs/classic-ui/app-builder/edit-apps/app-widgets.html#manage-widget-features): Linked from this page.
- [association ID](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/accuracy-settings.html#select-an-association-id): Linked from this page.

## Documentation content

# Make predictions

There are two ways to make predictions in No-Code AI Apps: [batch predictions](https://docs.datarobot.com/en/docs/classic-ui/app-builder/use-apps/app-make-pred.html#batch-predictions) or [single record predictions](https://docs.datarobot.com/en/docs/classic-ui/app-builder/use-apps/app-make-pred.html#single-record-predictions).

> [!NOTE] Note
> All prediction requests are sent to DataRobot for processing, therefore, applications have the same prediction limits as the main DataRobot platform.

## Batch predictions

To make multiple prediction requests at once from the Home page, click choose file or drag the files into the box.

> [!NOTE] Note
> Anonymous users (i.e., those accessing an application through a sharing link) can only submit batch predictions using a local file (CSV), while signed-in users can submit batch predictions using a local file (XLSX or CSV) or the AI Catalog. When signed-in users submit a batch prediction using a local XLSX file, it is automatically registered in the catalog.

After adding new files, the application processes your predictions and displays them in the All Rows widget on the Home page. Click on any record to view the prediction results.

## Single record predictions

To make a new prediction:

1. ClickAdd new row, bringing you to theCreate Predictionpage with theAdd New Rowwidget, which displays the features available to make a prediction. Why aren't some of my features showing up?Reason 1:By default, theAdd New Rowwidget only displays 10 features.To display additional features, clickShow moreat the bottom of the widget. If there are still features missing, you must add them to the widget inBuildmode. To add features, see the documentation onmanaging widget features.Reason 2:No-Code AI Apps only uses "prediction features," meaning features that impact the deployment's predictions.
2. Fill in the feature fields—at least one field must have a value— and theassociation IDif one was added for the deployment. If a field is left blank, the feature field displaysN/Aon the prediction results page. Alternatively, you can clickPopulate averagesto fill in the fields with the average value for each numeric feature and the first alphabetically ordered value of a categorical feature. Location features for geospatial projectsIf the dataset contains a location feature, a globe icon appears in the feature field. You can manually enter a feature value in the field, or click the globe icon to view a visual representation of the training data.The geometry type of the location feature determines the appearance of the training data on the map and affects which draw tool—Point, Polygon, or Path—you can use to highlight your prediction. In the example below, the location feature uses point geometry, so use thePointtool to add a new point to the map. With the point selected, clickSave selected location; the point is then converted to a geojson string to make your prediction.

Click Add. After DataRobot completes the request, the prediction results page opens.

To add or remove feature fields, click Build and navigate to the Create Prediction page.
