Prediction code examples¶
The API user guide includes overviews and workflows for DataRobot's Python client that outline complete examples of prediction workflows and tasks. Be sure to review the [API quickstart guide]api-quickstart before using the notebooks below.
| トピック | 内容... |
|---|---|
| Azure Blobストレージを使用してバッチ予測を行う | How to generate SHAP-based Prediction Explanations with a use case that determines what drives home value in Iowa. |
| Using the Batch Prediction API | DataRobot's batch prediction API to score large datasets with a deployed DataRobot model. |
| Make batch predictions with Google Cloud Storage | How to read input data from and write predictions back to Google Cloud Storage. |
| APIを介してVisual Artificial Intelligence (AI)予測を行う | Scripting code for making batch predictions for a Visual Artificial Intelligence (AI) model via the API. |
| ESG score predictions with Python | How to use Python code from an example application that uses DataRobot to predict the Environmental, Societal, and Corporate (ESG) scores for stocks. |
| JDBC予測ジョブの作成とスケジュール | DataRobotのPythonクライアントを使用して予測ジョブをスケジュールし、JDBCデータベースに書き込む方法 |