{% extends "base.html" %} {% block content %}

Configure Pipeline

Select your data file and target column — YAML updates live on the right

pipeline.yaml
{# ── Left: Smart form ── #}
{% for algo in available_algos %} {{ algo.label }} {% endfor %} {% if not available_algos %} Install aimodelground-classical or aimodelground-dl for algorithm options. {% endif %}
Classification Regression
{# ── Right: Live YAML ── #}
← Back to Upload Save & Go to Run →
{% endblock %}