# Describe

> Describe - Introduces the Leaderboard tabs, including Blueprint, Coefficients, Constraints, Data
> Quality Handling Reports, Eureqa Models, Log, Model Info, and Rating Table.

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.581868+00:00` (UTC).

## Primary page

- [Describe](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/index.html): Full documentation for this topic (HTML).

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [Modeling](https://docs.datarobot.com/en/docs/classic-ui/modeling/index.html): Linked from this page.
- [Model insights](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/index.html): Linked from this page.
- [Blueprint](https://docs.datarobot.com/en/docs/api/reference/public-api/blueprints.html): Linked from this page.
- [user-](https://docs.datarobot.com/en/docs/classic-ui/modeling/special-workflows/cml/index.html): Linked from this page.
- [Blueprint JSON](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/blueprint-json.html): Linked from this page.
- [Coefficients](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/coefficients-classic.html): Linked from this page.
- [Constraints](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/monotonic.html): Linked from this page.
- [Data Quality Handling Report](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/dq-report.html): Linked from this page.
- [Eureqa Models](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/eureqa-classic.html): Linked from this page.
- [Log](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/log-classic.html): Linked from this page.
- [Model Info](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/model-info-classic.html): Linked from this page.
- [Rating Table](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/rating-table-classic.html): Linked from this page.

## Documentation content

# Describe

The Describe tabs provide model building information and feature details:

| Leaderboard tab | Description | Source |
| --- | --- | --- |
| Blueprint | Provides a graphical representation of the data preprocessing and parameter settings via blueprint. | Blueprints can be DataRobot- or user-generated. For DataRobot blueprints, the structure is decided once (after the partitioning stage), taking the dataset, project options, and column metadata into account. Values of auto hyperparameters may be decided later in the training process. Certain blueprint inputs and paths may be eliminated before training if the feature list does not have the corresponding feature types. For user-generated blueprints, the structure can be decided at any time. |
| Blueprint JSON | Provides a model's Blueprint JSON representation, which can then be retrieved for programmatic usage and greater transparency. | See above. |
| Coefficients | Provides, for select models, a visual representation of the most important variables and a coefficient export capability. | Training data |
| Constraints | Forces certain XGBoost models to learn only monotonic (always increasing or always decreasing) relationships between specific features and the target. | Training, Validation data |
| Data Quality Handling Report (Formerly Missing Values) | Provides transformation and imputation information for blueprints. | Training data |
| Eureqa Models | Provides access to model blueprints for Eureqa generalized additive models (GAM), regression models, and classification models. | The Pareto front uses the Eureqa validation set, a subset of DataRobot training. The plots shown for regression and classification models use validation data. |
| Log | Lists operation status results. | N/A |
| Model Info | Displays model information. | Training data |
| Rating Table | Provides access to an export of the model’s complete, validated parameters. | Training data |
