{%if heading %}{{ heading }} {% else %}Model report{% endif %}

{% if intro %} {{intro}} {% else %} This model is of type {{pt_type}}, and which has been trained on {{n_observations}} observations containing {{ n_features }} features.{{if_clf}} This model has been trained by CPSign version {{cpsign_build_version}} and deployed using the cpsign predict service extension. If this model was deployed as a full server, you can access the SwaggerUI in the base-url and an interactive drawing interface at base-url/draw. {% endif %}

Hyper-parameter settings

{% for row in ml_settings_table %} {% for cell in row %} {% endfor %} {% endfor %}
Table 1. Hyper-parameter settings for the predictor and scoring model settings
Parameter Value
{{ cell }}
{% if validation_section %}{{validation_section}}{% endif %}