Options

how to cross validate own operators

yanaryanar Member Posts: 1 Contributor I
edited November 2018 in Help
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
Tagged:

Answers

  • Options
    Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,995 RM Engineering
    Hi,

    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
Sign In or Register to comment.