hdnminh / house-price-prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This tutorial shows how to deploy a simple house price prediction model.

How-to Guide

Start Jenkins service locally

docker compose -f docker-compose.yaml up -d

Push the whole code to Github for automatic deployment

git add --all
git commit -m "first attempt to deploy the model"
git push origin your_branch

About


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.6%Language:Dockerfile 0.2%