markdouthwaite / serverless-scikit-learn-demo

A repository providing demo code for deploying a lightweight Scikit-Learn based ML pipeline modelling heart disease data as a Google Cloud Function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serverless-scikit-learn-demo

A repository providing a suggested project structure and simple design pattern for deploying lightweight Scikit-Learn Pipelines as Google Cloud Functions. The example code provided fits a simple Logistic Regression model to predict whether a given patient has heart disease or not. This dataset is taken from Kaggle.

About

A repository providing demo code for deploying a lightweight Scikit-Learn based ML pipeline modelling heart disease data as a Google Cloud Function.

License:MIT License


Languages

Language:Python 87.6%Language:Jupyter Notebook 12.4%