Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/markdouthwaite/serverless-scikit-learn-demo

data-science google-cloud google-cloud-function machine-learning machine-learning-api machine-learning-projects scikit-learn serverless tutorial

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.kaggle.com/ronitf/heart-disease-uci).