Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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