Skip to content

jkickler/mlops_pipelines_house_pricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLOps pipeline - House Pricing

Welcome! This is a repository for a MLOps project with Kedro and MLflow!
Goal of this project is to create a complete MLOps pipeline to predict house pricing.

Overview

The House Pricing dataset from Kaggle is utilized for the purpose of creating and evaluating pipelines. Various pipelines were developed for different tasks, which can be found in the pipeline_registry.py file.

The project covers following aspects of MLOps:

  • Experimentation and model versioning
  • Data and concept drift evaluation
  • Data quality tests
  • Unit function tests

Frameworks

In this repository following key frameworks and libraries were used:

How to configure the local environment

python3 -m venv .mlops-env
source .mlops-env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published