shbfy / ML-python-sklearn-knc-cpu-service

Jenkins X quick start for training and deploying K Nearest Neighbor Classification using the SciKit-Learn library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML-python-sklearn-knc-cpu-service

Quickstart project for executing an Iris classifier using the SciKit-Learn framework on a CPU.

Running pip install requirements.txt and then python app.py will start the app on localhost where the user can send GET requests to perform inference.

eg .../iris/{index} where index is in the range [0:150]

About

Jenkins X quick start for training and deploying K Nearest Neighbor Classification using the SciKit-Learn library

License:Apache License 2.0