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
How to test automodel generated neural network model
I am new to rapidminer. I usually us MATLAB tools for solving neural network problems but using rapid minor automodel tool is giving me really great accuracy for my data for classification. I have a doubt how to validate my model and how can i test my various models generated by automodel for classification problem?
Thanks in advance
Thanks in advance
0
Best Answer
-
lionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 UnicornHi @ssv112,
The validation is performed automatically in Auto-Model and the results are displayed in the "results" screen :(see the documentation at the right to understand how a model is validated)
"how can i test my various models generated by automodel for classification problem"
Do you mean , you want to score a new test set with your model(s) ? in this case, you will need the Apply Model operator :
Warning : This picture is just the principle schematic of the process : In practice you have to apply the same preprocessing step(s) to your test set than your training set (Normalization etc.).
Hope this helps,
Regards,
Lionel
7
Answers
Scott