Skip to content

pmml transformation makes obscure feature names #100

@AValsamis

Description

@AValsamis

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"
    ],
...
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions