{% extends 'base.html' %} {% macro render_outer_folds(name, outer_fold) -%} {#
#}

Best Config Fold {{ outer_fold.fold_nr }}

{% for key, value in outer_fold.best_config.human_readable_config.items() %} {% endfor %}
Element Hyperparameter
{{ key }} {{ value }}
{#
#} {%- endmacro %} {% block breadcrumb %} {% endblock %} {% block content %}

Outer folds of {{pipe.name}}

Click for details
{% if not pipe.hyperpipe_info.eval_final_performance %}

Best Configuration selected on validation set performance

{% endif %}

Hyperpipe Flowchart

{% for key, value in cross_validation_info.items() %} {% endfor %}
CrossValidation
{{ key }} - {{ value }}
{% for key, value in optimizer_info.items() %} {% endfor %}
Optimization
{{ key }} - {{ value }}
{% for key, value in data_info.items() %} {% endfor %}
Data
{{ key }} - {{ value }}

Performance of All Folds

Overall Best Configuration

{% for key, value in pipe.best_config.human_readable_config.items() %} {% endfor %}
Element Hyperparameter
{{ key }} {{ value }}
{% for overview_plot in overview_plots %}
{% endfor %}
{% if not pipe.hyperpipe_info.eval_final_performance %}

Validation Set Predictions

{% else %}

Test Set Predictions

{% endif %}
{% if not predictions_plot_train %}

Prediction plots are not available

{% else %}
{% endif %}
{% if pipe.outer_folds %} {% for outer_fold in pipe.outer_folds %} {{ render_outer_folds(pipe.name, outer_fold) }} {% endfor %} {% else %}

Nothing to see yet! Come back soon and check for updates.

{% endif %}

Time Monitor Pie Chart

{% endblock %} {% block javascripts %} {% for plot in best_config_plot_list %} {% endfor %} {% endblock %}