{% extends "base.html" %} {% set active_page = "dashboard" %} {% block title %}Dashboard{% endblock %} {% block page_title %} Dashboard{% endblock %} {% block topnav_actions %} {% endblock %} {% block content %}
Sweeps 50+ algorithms across Linear, Tree-Based, Ensemble, SVM, KNN and Neural Network families. Every trial is logged to MLflow — metrics, params, and serialised model artefacts. Use the AutoML page to rank algorithms on any dataset in one click.
Runs ML workflows as Directed Acyclic Graphs — the same paradigm used by Apache Airflow. Three built-in pipelines: Training (ingest → train → register → deploy), Retraining (drift detection → retrain → A/B test → promote), and Data Processing (clean → encode → scale → feature store).
| Run ID | Algorithm | Category | Dataset | Primary Metric | Duration | Status |
|---|---|---|---|---|---|---|
{{ r.run_id }} |
{{ r.algorithm }} | {{ r.category }} | {{ r.dataset }} | {{ r.primary_metric }} | {{ r.duration }}s | {% if r.status == 'FINISHED' %} Done {% elif r.status == 'RUNNING' %} Running {% else %} {{ r.status }} {% endif %} |
|
No runs yet
Click New Run to train your first model
| ||||||