# Modeling code examples

> Modeling code examples - Review comprehensive workflows, notebooks, and tutorials that help you find
> complete examples of common data science and machine learning workflows for modeling.

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-05-01T23:10:47.762521+00:00` (UTC).

## Primary page

- [Modeling code examples](https://docs.datarobot.com/en/docs/api/dev-learning/python/py-code-examples/modeling-code/index.html): Full documentation for this topic (HTML).

## Related documentation

- [Developer documentation](https://docs.datarobot.com/en/docs/api/index.html): Linked from this page.
- [Developer learning](https://docs.datarobot.com/en/docs/api/dev-learning/index.html): Linked from this page.
- [Python API client user guide](https://docs.datarobot.com/en/docs/api/dev-learning/python/index.html): Linked from this page.
- [Python code examples](https://docs.datarobot.com/en/docs/api/dev-learning/python/py-code-examples/index.html): Linked from this page.
- [Developer quickstart](https://docs.datarobot.com/en/docs/api/dev-learning/api-quickstart.html): Linked from this page.
- [Modeling workflow overview](https://docs.datarobot.com/en/docs/api/dev-learning/python/py-code-examples/modeling-code/python-modeling.html): Linked from this page.
- [Generate advanced model insights](https://docs.datarobot.com/en/docs/api/dev-learning/python/py-code-examples/modeling-code/adv-insights.html): Linked from this page.
- [Build a model factory](https://docs.datarobot.com/en/docs/api/dev-learning/python/py-code-examples/modeling-code/model-factory.html): Linked from this page.
- [Configure datetime partitioning](https://docs.datarobot.com/en/docs/api/dev-learning/python/py-code-examples/modeling-code/datetime-v3.html): Linked from this page.
- [Migrate models](https://docs.datarobot.com/en/docs/api/dev-learning/python/py-code-examples/modeling-code/migrate-nb.html): Linked from this page.
- [Feature selection examples](https://docs.datarobot.com/en/docs/api/dev-learning/python/py-code-examples/modeling-code/feat-select/index.html): Linked from this page.

## Documentation content

# Modeling code examples

The API user guide includes overviews and workflows for DataRobot's Python client that outline complete examples of common data science and machine learning workflows.
Be sure to review the [Developer quickstart](https://docs.datarobot.com/en/docs/api/dev-learning/api-quickstart.html) before using the notebooks below.

| Topic | Describes... |
| --- | --- |
| Modeling workflow overview | How to use DataRobot's Python client to train and experiment with models. |
| Generate advanced model insights | Model insights available for DataRobot's Python client. |
| Build a model factory | A system or a set of procedures that automatically generate predictive models with little to no human intervention. |
| Configure datetime partitioning | How to use datetime partitioning to guard a project against time-based target leakage. |
| Migrate models | How to transfer models from one DataRobot cluster to another as an .mlpkg file. |
| Feature selection examples | Notebooks that outline Feature Importance Rank Ensembling (FIRE) and advanced feature selection with Python. |
