Skip to content

amee342/End-To-End-Wine-Quality-Prediction-Model-with-MLflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

END-TO-END DEEP LEARNING CONSTRUCTION

Given the characteristics of white wine, the software predicts its quality in range of 10.

Table of Contents

  • Run a hyperparameter sweep on a training script

  • Compare the results of the runs in the MLflow UI

  • Choose the best run and register it as a model (best-wine-quality model)

  • Deploy the model to a REST API (future work)

  • Build a container image suitable for deployment to a cloud platform (future work)

MLflow Process

1. Hyperparameter Sweep

The investigated hyperparameters are learning rate and momentum. In the notebook, the selection in hyperparameter values are uniform.

The given loss function is Root Mean Square Error.

2. Result Comparison

The result from MLlfow UI is shown below.

Result

3. Model Selection

The best model is one whose lr is 0.0074 and momentum is 0.92.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published