pyFIX training report
LOO Training
(current)
Test Performance
(current)
Feature Importance
(current)
Feature Correlation
(current)
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:
Group
Features
{% for k, v in feat_groups.items() %}
{{ k }}
{{ v }}
{% endfor %}
{% endif %}
Feature Correlation
This report was built using:
Jinja2
|
Nilearn
|
Bootstrap
|
Pandas
|
Numpy
|
FSL
|
PtitPrince