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 cross validate own operators
hi
I've made a few my own operators that do classification together and create a model in end of my process. when execute these operators,it work properly but when i put these operators in a x-validation operator, it just work properly on fold1 and on other folds my algorithm shows Strange behavior. in fact it do not give error but works wrong.
For a while my thesis, stuck.Can anyone suggest me a solution.
thanx
I've made a few my own operators that do classification together and create a model in end of my process. when execute these operators,it work properly but when i put these operators in a x-validation operator, it just work properly on fold1 and on other folds my algorithm shows Strange behavior. in fact it do not give error but works wrong.
For a while my thesis, stuck.Can anyone suggest me a solution.
thanx
Tagged:
0
Answers
you can add breakpoints before/after each of your operators in the x-validation subproccess and check what data is recieved/sent from each one. Maybe that helps you figuring out what is wrong.
From a technical point of view, there is nothing special about x-val. However you may want to check that your operators do not modify the original data when being executed, otherwise each subsequent execution will work on data changed by the previous iterations.
Regards,
Marco