real time scoring handling null values through web service


hey there,
we have a setup where we use the real time scoring engine (rest web service) to give back values and we have a model where
When creating the model with Rapid Miner Studio we have created test cases where we added "?" to simulate the attributes which are coming without values..
The JSON Request contains the element but with a null value
e.g. : {"elementA":null}
Unfortunately it seems that the interface is removing the element completely - so the request fails to calculate.
Anyone has an idea how to deal with those elements? Or any idea how the model could handle it as ?
we have a setup where we use the real time scoring engine (rest web service) to give back values and we have a model where
When creating the model with Rapid Miner Studio we have created test cases where we added "?" to simulate the attributes which are coming without values..
The JSON Request contains the element but with a null value
e.g. : {"elementA":null}
Unfortunately it seems that the interface is removing the element completely - so the request fails to calculate.
Anyone has an idea how to deal with those elements? Or any idea how the model could handle it as ?
1
Answers
Dortmund, Germany