Pmml transformation obscures feature names.
Original feature:
"meta": {
"comments": [
"Feature created to hold predictions by algorithm with ID ocpu-expdesign2-noxy"
],
"titles": [
"suggestedTrials_c"
],
...
}
Pmml Transformation Feature:
{
"meta": {
"comments": [
"Feature created to hold predictions by algorithm with ID pmml"
],
"titles": [
"http://test.jaqpot.org:8080/jaqpot/services/feature/0kem7LhlqVes"
],
...
}