jpmml / jpmml-lightgbm

Java library and command-line application for converting LightGBM models to PMML
GNU Affero General Public License v3.0
174 stars 58 forks source link

How to cancel the limits of the value ranges. #19

Closed adslwang4601 closed 5 years ago

adslwang4601 commented 5 years ago

"schema" : { "inputFields" : [ { "id" : "build_year", "dataType" : "double", "opType" : "continuous", "values" : [ "[0.0, 7.611347717403621]" ] }

I am using "openscoring" to deploy my lightgbm model. When the value of "build_year" is greater than 7.611347717403621 or less than 0.0, the response of the post request is "400". How do I let the deployed model accept the values that are not within the range?

vruusmann commented 5 years ago

This question has been answered here: https://github.com/jpmml/jpmml-evaluator/issues/145#issuecomment-465066718