devavinothm / learning-mlflow

Learning mlflow using Elastic Net Algorithm

Repository from Github https://github.comdevavinothm/learning-mlflowRepository from Github https://github.comdevavinothm/learning-mlflow

Learning MLOps with mlflow

Connect:

If you want to connect with me:

About:

This repository is a simple example of how to use mlflow to track your machine learning experiments.

How to use:

  1. Clone this repository

  2. Install the requirements:

pip install -r requirements.txt
  1. Run the notebook:
jupyter notebook
  1. Run the mlflow server:
mlflow ui
  1. Access the mlflow server on your browser:
http://localhost:5000/
  1. Run the notebook and see the results on the mlflow server.

End-up:

I hope you enjoy this repository and learn something new.

About

Learning mlflow using Elastic Net Algorithm


Languages

Language:Python 100.0%