Home

Awesome

<div align="center"> <table> <tbody> <tr> Powered by Aim <td> <a href="https://github.com/aimhubio/aim">Drop a star to support Aim ⭐</td> <td> <a href="https://community.aimstack.io/">Join Aim discord community</a> <img width="20px" src="https://user-images.githubusercontent.com/13848158/226759622-063b725d-8b3e-4c75-80c7-11fb04b7adf5.png" </tr> </tbody> </table> </div> <div align="center"> <h1>aimlflow</h1> <h3>Aim-powered supercharged UI for MLFlow logs</h3> Run beautiful UI on top of your MLflow logs and get powerful run comparison features. </div> <br/> <div align="center">

Platform Support PyPI - Python Version PyPI Package License

</div> <div align="center"> <br/> <img src="https://user-images.githubusercontent.com/13848158/212019426-c60f2037-0faa-44f2-9620-88ab82c19f0a.png" /> </div> <h3 align="center"> <a href="#ℹ%EF%B8%8F-about"><b>About</b></a> &bull; <a href="#-getting-started"><b>Getting Started</b></a> &bull; <a href="#-why-use-aimlflow"><b>Why use aimlflow?</b></a> &bull; <a href="#-use-cases"><b>Use Cases</b></a> &bull; <a href="https://aimstack.io/blog"><b> Blog</b></a> </h3>

ℹ️ About

aimlflow helps to explore various types of metadata tracked during the training with MLFLow, including:

More about Aim: https://github.com/aimhubio/aim

More about MLFLow: https://github.com/mlflow/mlflow

🏁 Getting Started

Follow the steps below to set up aimlflow.

  1. Install aimlflow on your training environment:
pip install aim-mlflow
  1. Run live time convertor to sync MLFlow logs with Aim:
aimlflow sync --mlflow-tracking-uri={mlflow_uri} --aim-repo={aim_repo_path}
  1. Run the Aim UI:
aim up --repo={aim_repo_path}

🔦 Why use aimlflow?

  1. Powerful pythonic search to select the runs you want to analyze.

image

  1. Group metrics by hyperparameters to analyze hyperparameters’ influence on run performance.

image

  1. Select multiple metrics and analyze them side by side.

image

  1. Aggregate metrics by std.dev, std.err, conf.interval.

image

  1. Align x axis by any other metric.

image

  1. Scatter plots to learn correlations and trends.

image

  1. High dimensional data visualization via parallel coordinate plot.

image

🎬 Use Cases

🎇 Read the article: Exploring MLflow experiments with a powerful UI

image

🔍 Read the article: How to integrate aimlflow with your remote MLflow

image

📊 Read the article: Aim and MLflow — Choosing Experiment Tracker for Zero-Shot Cross-Lingual Transfer

image

More questions?

  1. Read the docs
  2. Open a feature request or report a bug
  3. Join Discord community server