The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
After updating rapidminer I am getting error running the Model Simulator.
diana_monroy
Member Posts: 1 Learner I
- It seems like Model simulator is not compatible with the previous RapidMiner version.
- Error executing background job 'Calculating result: Model Simulator': java.lang.NullPointerException
Exception: java.lang.NullPointerException
Message: null
Stack trace:
com.rapidminer.extension.modelsimulator.simulator.ModelSimulatorRenderer.createPredictionData(ModelSimulatorRenderer.java:280)
com.rapidminer.extension.modelsimulator.simulator.ModelSimulatorRenderer.getVisualizationComponent(ModelSimulatorRenderer.java:106)
com.rapidminer.gui.processeditor.results.ResultDisplayTools$1.run(ResultDisplayTools.java:171)
com.rapidminer.gui.tools.ProgressThread$3.run(ProgressThread.java:586)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
Tagged:
0
Comments
Ingo
I am having the exact same issue. Funny thing is I had the model constructed and saved before update and was able to run it properly.. after update, I get the same error as diana_monroy.
1. Simulator comes from inserting the operator in a process, not Auto Model.
2. I have worked with it before, have a working Gradient Boosted Trees model applied to MOD input, training data connected to TRA input and have tried it with testing data connected to the TES input but also leaving this empty.
My data is very simple, all variables are either categorical or integers, properly structured, no missing data, etc. If I remove the Simulator and run the process everything works smoothly as well.
Thank you.
Eduardo.
Ingo
No, no dates. All columns are either integers or polynomial attributes. The label is binary.
Ingo