Best Configuration selected on validation set performance
{% endif %}Hyperpipe Flowchart
CrossValidation |
---|
{{ key }} - {{ value }} |
Optimization |
---|
{{ key }} - {{ value }} |
Data |
---|
{{ key }} - {{ value }} |
Performance of All Folds
Overall Best Configuration
Element | Hyperparameter |
---|---|
{{ key }} | {{ value }} |
{% if not pipe.hyperpipe_info.eval_final_performance %}
Validation Set Predictions
{% else %}Test Set Predictions
{% endif %}
{% if not predictions_plot_train %}
{% endif %}
Prediction plots are not available
{% else %}
{% 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 %}