Model information

Inspect the most relevant information about the model.

Model name
{{ model_name }}
Description
{{ model.description }}
Authors
    {% for author in model.authors %}
  • {{ author }}
  • {% endfor %}
Data properties
  • Symmetric matrix: {{ model.data_processor.symmetric_matrix }}
  • Subtract point contributions: {{ model.data_processor.sub_point_matrix }}
  • Matrix type: {{ model.data_processor.out_matrix }}
Basis
    {% for point_basis in model.data_processor.basis_table.basis %}
  • {{ point_basis }}
  • {% endfor %}
Test metrics summary
{{ model.test_metrics_summary | safe }}
Files
    {% for file in model.files.keys() %}
  • {{ file }}
  • {% endfor %}