# Custom blueprints with Composable ML

> Custom blueprints with Composable ML - Customize models on the Leaderboard using the Blueprint
> Workshop.

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-06T18:17:09.574650+00:00` (UTC).

## Primary page

- [Custom blueprints with Composable ML](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/custom-model-dev/custom-bp-nb.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.
- [AI accelerators](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/index.html): Linked from this page.
- [Custom model development](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/custom-model-dev/index.html): Linked from this page.
- [Composable ML](https://docs.datarobot.com/en/docs/classic-ui/modeling/special-workflows/cml/index.html): Linked from this page.

## Documentation content

[Access this AI accelerator on GitHub](https://github.com/datarobot-community/ai-accelerators/blob/main/advanced_ml_and_api_approaches/creating_custom_blueprints/create_custom_blueprint.ipynb)

[Composable ML](https://docs.datarobot.com/en/docs/classic-ui/modeling/special-workflows/cml/index.html) allows you to add pre-defined tasks to a blueprint or to insert their own custom code. You're free to add your data science and subject matter expertise to the models you build.

This accelerator shows how to customize the models on the Leaderboard via Composable ML's API, the Blueprint Workshop. It covers the following activities:

- Access the Blueprint Workshop
- Define and train a custom blueprint using the tasks provided by DataRobot
- Insert custom code in the form of a CatBoost classifier into the blueprint
