Order of nominal labels

EliasElias Member Posts: 1 Contributor I
edited July 2019 in Help
I have some problems with the nominal labels!

I want to train a MPL model with a existing trainingset! So I load the date with the ExampleSet Wizard! The I train the MLP! After that I save the MLP with the ModelWriter.

In another chain I have another testset also loaded with the ExampleSet Wizard. After that I load the *.mod File with the ModelLoaded and apply the Model on the testset. Unfortunately the order of the labels in the two *.aml Files is different. So the classification produces garbage. Can I use the same *.aml File with different *.dat Files?   
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    you can't do this! Since the aml files store the link to their .dat file! But you could edit the aml file and copy the definition part of labels from the one to the other! That should solve your problem!


    Greetings!
Sign In or Register to comment.