{% extends "base.html" %} {% block title %}XAURA — Run Model{% endblock %} {% block nav_results %}active{% endblock %} {% block content %}

Configuration

{{ profile.dataset_name | default("Uploaded dataset", true) }}
{{ profile.n_rows | default(0) }} rows × {{ profile.n_cols | default(0) }} columns
Classification Regression Clustering

Configure and run a model to see results here.

{% endblock %} {% block scripts %} {% endblock %}