{% if report_title %}

{{ report_title }}

{% endif %}

{{ node_nb }}: {{ node_repr }}

{% if node_name %}

Name: {{ node_name }}

{% endif %}
{% if node_description %}

Description:

{{ node_description }}

{% endif %}

This step uses:

This step is used by:

Where was this step created?

{{ node_creation_stack_description }}
{% if eval_duration is not none and env_key is none %}

Computation time

{{ eval_duration | format_duration }}
{% endif %} {% if estimator_html_repr and env_key is none %}

Estimator fitted in this step:

{{ estimator_html_repr | safe }}
{% endif %} {% if report is not none %}

Output of this step

{% if env_key is not none and not is_var %}

This value was provided, not computed

This step was not executed because its value was supplied directly in the input data (as the value for {{ {'_skrub_X': 'X', '_skrub_y': 'y'}.get(env_key, env_key.__repr__()) }} in the environment dictionary), thus short-circuiting its computation. The value is shown below.
{% endif %}
{{ report | safe }}
{% elif error is not none %}

This step failed: {{ error_msg }}

                    
{{ error }}
                    
                
{% else %}

This step did not run.

This step was not executed because its result was not needed or a previous step that it requires has failed.

{% endif %}