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
Model Simulator Seems to be Broken in RM 9.4
Below is the error I get everytime I use the Simulator Block since I updated...
- 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)
Any tips?
0
Best Answers
-
IngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderAnother quick follow up: does your data contain Date or Time columns by any chance?
6 -
IngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderAwesome, thanks for confirming! I was able to reproduce the problem with a date column and we will look into this asap. Sorry again for the inconvenience.Best,
Ingo7
Answers
I am currently on 9.4 and the model simulator is working fine for me. Can you test the below sample process and inform us if this is working or not?
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Unfortunately I cant share the XML but this is the process...
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Looks like the error sits with the Date attribute. When I removed Date from my dataset, the model simulator ran correctly.
That's the issue. The model simulator doesn't support date attribute. Glad you resolved it
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing