The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
real time scoring handling null values through web service
gnopfelbrie
Member Posts: 2 Learner I
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