I'm new to RapidMiner and I'm experimenting with setting my model. I first tried with a randomforrest learner. Here is the tree view to show my setup (similar to a tutorial setup).

I got around 75% accuracy. Then I created another experiment which outputed its model to a file.

and I loaded that model and run the experiment again.

The last experiment gave me ~97% accuracy (in one run it was 100%)
Did I misunderstand the flow? I assume first two experiments generate the same model (or similar) when I give the same experimental input set. So why when I load the model it gives very high accuracy? I tried it a few times just to make sure it was not a lucky selection of the features.
Thanks for any explanation.