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
Testing of Automodel
Hi,
I have created machine learning classification models using Automodel and want to test the sample data using retrieve operator and putting it as unlabelled data in Apply operator instead of unlabelled data coming from split validation operator. I am getting an error as shown but no error is coming through split validation unlabelled data.
As shown, with split data validation ( for testing samples) , process runs smoothly but ... it shows
This error comes when i use random sample data by retrieve function.. as shown..
Any help is appreciated..
Thanks
I have created machine learning classification models using Automodel and want to test the sample data using retrieve operator and putting it as unlabelled data in Apply operator instead of unlabelled data coming from split validation operator. I am getting an error as shown but no error is coming through split validation unlabelled data.
As shown, with split data validation ( for testing samples) , process runs smoothly but ... it shows
This error comes when i use random sample data by retrieve function.. as shown..
Any help is appreciated..
Thanks
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 Unicorn@mschmitz yes there are issues in this and we changed it through a conversation in direct messages.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
8
Answers
Can you provide the XML code of the modified process? This might be due to the modification you did. Inside the "performance for Hold out sets' there is a Log scoring times operator if you are not logging anything here due to the changes it might throw an error like this.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
attaching xml code
Thanks for your help!
Sorry, I am not sure why my RM is not retrieving your process from XML. Can you please save it and export it into .rmp file and attach it here?
Thanks
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
This looks fine for me (logging part in process), but I cannot test as I don't have data. I have a couple of questions (If you can provide data, I can test otherwise you can debug based on my points).
1. Can you set a breakpoint after the "Log Scoring Time" inside "performance hold out sets" by right-clicking on "Log Scoring Time" operator. Also, set a breakpoint before and after this "Scoring Time as data" to see if there is an input coming into this operator.
(OR)
2. If you do not want the run times. You can simply disable the "Collect Runtimes" subprocess by right-clicking it and remove Enable. This won't show the runtimes but it will run the process without this error.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Dortmund, Germany
Regards,
ssv112