{{ node_nb }}: {{ node_repr }}

{% if node_name %}

Name: {{ node_name }}

{% endif %}
{% if node_description %}

Description:

{{ node_description }}

{% endif %}

This step used:

This step was used by:

Where was this step created?

                
{{ node_creation_stack_description }}
                
            
{% if estimator_html_repr %}

Estimator fitted in this step:

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

Output of this step

{{ 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 supplied directly in the input data (thus short-circuiting its computation) or a previous step that it requires has failed.

{% endif %}