prediction(label) missing when RM reads the model from .mod file
Hi there RM Gurus,
I have a problem to write and read the model files in all my operators. I will give you one example in here. The process is pretty straightforward and easy. I am reading some data from Local Repository and preprocessing it via PCA. Later on I am labelling the data via Set Role and building up a model via k-NN method inside Loop and Deliver Best. In the process like this it works fine. However if I form another project do all the preprocessing steps exactly same and then if I use Read Model instead of the operator itself , it dont produce prediction(label) attribute.
I tried to write model file inside of the Loop and Deliver best, outside of it and use the mod file inside Loop and Deliver best or outside of it.
I am adding XML files instead of copy pasting the code since the code is pretty long.
Thnx in advance for the help.