Skip to content

sherpan/model_api_deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

model_api_deployment

This project creates an inference API for model that was trained using the GradientBoosting Algorithm from scikit learn using FastAPI.

The API takes 100 features as input but only 6 of the features are needed to create the the final 7 processed features for inference. It supports both single and batch requests

Docker is used to containerize the application and the model returns a json output of the business outcome, class probability, and final input features used to make a decision

Run this app

run_api.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors