# 予測

> 予測

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-07-15T05:55:44.633593+00:00` (UTC).

## Primary page

- [予測](https://docs.datarobot.com/ja/docs/api/dev-learning/python/predictions/index.html.md): Full documentation for this topic (Markdown sidecar).

## Related documentation

- [DataRobot’s Prediction API](https://docs.datarobot.com/en/docs/predictions/api/dr-predapi.html): Linked from this page.
- [export Scoring Code](https://docs.datarobot.com/en/docs/predictions/scoring-code/index.html): Linked from this page.

## Documentation content

以下のセクションでは、DataRobotでの予測作成について説明します。

- Generate predictions : Initiate a prediction job with the Model.request_predictions() method. This method can use either a training dataset or predictions dataset for scoring.
- Batch predictions : Score large sets of data with batch predictions. You can define jobs and their schedule.
- Prediction API : Use DataRobot’s Prediction API . to make predictions on both a dedicated and/or a standalone prediction server.
- Scoring Code : Qualifying models allow you to export Scoring Code and use DataRobot-generated models outside of the platform
