{% extends "base.html" %} {% block title %}XAURA — Run Model{% endblock %} {% block nav_results %}active{% endblock %} {% block content %} Run Model Select a model, choose your target column, and let XAURA handle the rest. Configuration Dataset {{ profile.dataset_name | default("Uploaded dataset", true) }} {{ profile.n_rows | default(0) }} rows × {{ profile.n_cols | default(0) }} columns Target Column Choose target… {% for col in columns %} {{ col }} {% endfor %} Task Type Classification Regression Clustering Model Choose model… {% for model in models %} {{ model.display_name }} {% endfor %} Run Model Configure and run a model to see results here. Training model… Export ZIP View All Experiments → Visualisations {% endblock %} {% block scripts %} {% endblock %}
Select a model, choose your target column, and let XAURA handle the rest.
Configure and run a model to see results here.
Training model…