AutoML Web App - build Machine Learning pipeline in automatic way with Graphical User Interface (GUI). You can run app locally!

mljar mljar Last update: Dec 20, 2023

AutoML Web App 🤖

🚀 AutoML   •   📓 Mercury   •   🤝 Issues   •   🐦 Twitter   •   👩‍💼 LinkedIn   •   🌐 MLJAR Website

This is a Web Application designed to train Machine Learning pipelines using MLJAR AutoML, specifically tailored for tabular data. All the generated models are compressed into an archive format, allowing their reuse to compute predictions in batch mode.

This repo consists of three notebooks:

  • notebook for training AutoML with simple UI,
  • advanced notebook for training AutoML with more advanced UI (you can select feature engineering methods, algorithms, validation strategy, and evaluation metric),
  • notebook for computing predictions.

The Web App harnesses the capabilities of mljar-supervised to construct the Machine Learning pipeline with AutoML. This involves the automation of several key tasks:

  • data preprocessing,
  • features engineering,
  • algorithm selection & tuning,
  • ML models explanations,
  • automatic documentation.

Supervised learning

The Web App is created directly from Jupyter Notebooks with Mercury framework.

Demo

MLJAR-AutoML-Web-App.mp4

Online demo

The Web App is available online at automl.runmercury.com. Input data upload is limited to 1MB.

AutoML Web App online

Run locally 🖥️

Please run the below commands to run Web App locally. It requires Python >= 3.8.

pip install -r requirements.txt
mercury run

Training Notebook 📓

If you would like to increase the input file limit, please change the cell:

data_file = mr.File(label="Upload CSV with training data", max_file_size="1MB")

and set your max_file_size.

Please change the following cell to increase training time:

time_limit = mr.Select(label="Time limit (seconds)", value="60", choices=["60", "120", "240", "300"])

Times are in seconds. Please just increase the values.

AutoML training notebook

Training models in Web App

Please upload a CSV file with training data, select input features & target, and click Start training.

AutoML training in Web App

All models created during the training are available for download as a zip file:

AutoML models available for download

Advanced Training Notebook 💪

Please use advanced mode if you would like to tweak AutoML parameters:

Advanced AutoML training notebook

👩‍💼🐦 Connect with Us on LinkedIn & Twitter

Stay up-to-date with the latest updates about MLJAR 🎨🤖 by following us on Twitter (MLJAR Twitter) and LinkedIn (Aleksandra LinkedIn & Piotr LinkedIn). We look forward to connecting with you and hearing your thoughts, ideas, and experiences.

Good luck with ML training!

Subscribe to our newsletter