Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
OceanManDiani 79a8830777
Model Evaluation
6 months ago
a79320d0cd
Project Template
6 months ago
79a8830777
Model Evaluation
6 months ago
79a8830777
Model Evaluation
6 months ago
src
79a8830777
Model Evaluation
6 months ago
a79320d0cd
Project Template
6 months ago
8661e8d5f0
Data Ingestion
6 months ago
a79320d0cd
Project Template
6 months ago
ccb649af0b
Initial commit
6 months ago
79a8830777
Model Evaluation
6 months ago
a79320d0cd
Project Template
6 months ago
79a8830777
Model Evaluation
6 months ago
b27cab6831
Model Trainer
6 months ago
9d6814ee44
Installed Requirements
6 months ago
96817f751a
Data Transformation
6 months ago
8661e8d5f0
Data Ingestion
6 months ago
a79320d0cd
Project Template
6 months ago
a79320d0cd
Project Template
6 months ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

End-to-end-Machine-Learning-Project-with-MLflow

Workflows

  1. Update config.yaml
  2. Update schema.yaml
  3. Update params.yaml
  4. Update the entity
  5. Update the configuration manager in src config
  6. Update the components
  7. Update the pipeline
  8. Update the main.py
  9. Update the app.py

How to run?

STEPS:

Clone the repository

https://github.com/CosmicQuant/Machine-learning-project-for-wine-quality

STEP 01- Create a conda environment after opening the repository

conda create -n mlproj python
conda activate mlproj

STEP 02- install the requirements

pip install -r requirements.txt
# Finally run the following command
python app.py

Now,

open up you local host and port

MLflow

Documentation

cmd
  • mlflow ui

dagshub

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/OceanManDiani/Machine-learning-project-for-wine-quality.mlflow MLFLOW_TRACKING_USERNAME=OceanManDiani MLFLOW_TRACKING_PASSWORD=244396299d25722e433d38d75f4c4b30c6886e56 python script.py

Run this to export as env variables:


export MLFLOW_TRACKING_URI=https://dagshub.com/OceanManDiani/Machine-learning-project-for-wine-quality.mlflow

export MLFLOW_TRACKING_USERNAME=OceanManDiani

export MLFLOW_TRACKING_PASSWORD=244396299d25722e433d38d75f4c4b30c6886e56

Tip!

Press p or to see the previous file or, n or to see the next file

About

Machine learning project for wine quality

Collaborators 1

Comments

Loading...