Skip to content

Wanke15/spring-boot-pmml-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-pmml-service

  • [GET]
http://localhost:8080/api/v1.0/iris/predict?sepalLength=7.1&sepalWidth=3.1&petalLength=5.9&petalWidth=2.1

response

{
    "code": 200,
    "data": {
        "probability": 0.9910520911216736,
        "categoryId": 2,
        "category": "virginica"
    },
    "message": "success"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published