LOO Training
Model:{{ model }}
Folds:{{ n_folds }}
Samples:{{ n_samples }}
Features:{{ n_features }}
Test Performance
Feature Importance
{% if feat_groups is not none %}
Feature groups:
{% for k, v in feat_groups.items() %} {% endfor %}
GroupFeatures
{{ k }}{{ v }}
{% endif %}
Feature Correlation
This report was built using: Jinja2 | Nilearn | Bootstrap | Pandas | Numpy | FSL | PtitPrince