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 %}