Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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 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 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