{% if estimator %}
Estimator: {{ estimator.name }}
ID: {{ estimator.id }}
Model: {{ model.name }}
Algorithm: {{ algo.name }}
{% if estimator.data %}
estimator.data
{% endif %} {% else %} No Estimator selected. Use the buttons the left to select or load one. If you want to load a new Estimator you will need to select a Model first.
{% endif %}
An Estimator is a specific combinination of an Algorithm to run,
A ML Model apply to the data,
An any specific configuration overrides.