One way is to place an breakpoint somewhere in the looping part of code. Than you can watch and save several types of result. -radone
yo radone how should I do that? How to save current model (or best model so far at such a breakpoint?) The project is described in the previous post (in the reply to chero)
Answers
depends whether you are runing in gui or from command line. What are you optimizing? Can you provide you proces setup. This make judging easier!
Best regards,
chero
-radone
am optimizing SVM evolutionary model on labeled continuous values: (5x30000)data>Optimize>validation(relative split .7,shuffled)>SVM(evolutionary)
ty
fritmore
How to save current model (or best model so far at such a breakpoint?)
The project is described in the previous post (in the reply to chero)
ty
fritmore
i've still some questions:
- Are you working with the gui or without?
- What kind of optimization are you using (Grid, Evolutionary)?
- Which parameters are you optimizing? In which range / which values
Best regards,chero
P.S.: Your process setup would reveal most of this info