Skip to content

Lambda that accepts a payload with the characteristics for the model prediction with an id , generates the prediction of a risk model and returns it in a dictionary with the result.

Notifications You must be signed in to change notification settings

DataEngel/inference-lambda-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inference lambda docker

  • Description: Lambda that accepts a payload with the characteristics for the model prediction with an id , generates the prediction of a risk model and returns it in a dictionary with the result.

  • Input: Features extracted by an id, the accepted format would be a dictionary within a dictionary.

Example:

{
    "5008807" : { 
        "1" : 32, 
        "2" : 12, 
        "3" : 2, 
        "4" : 119, 
        "5" : 45
    }
}
  • Output: A simple dictionary with the value of the prediction as value. Example:
{
  "risk_prediction": 0
}

Architecture

Architecture

About

Lambda that accepts a payload with the characteristics for the model prediction with an id , generates the prediction of a risk model and returns it in a dictionary with the result.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages