The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
"Early stopping based on cross-validation"
ilaria_gori
Member Posts: 15 Maven
Dear all,
I am using RapidMiner Studio 5.3 and I would like use the early stopping based on cross-validation (see http://en.wikipedia.org/wiki/Early_stopping#Early_stopping_based_on_cross-validation) in the training of neural networks. I don't find in RapidMiner any operator which could help me..Is this feature implemented in some way? Or do the developers plan to implement it?
Thank you!
ilaria
I am using RapidMiner Studio 5.3 and I would like use the early stopping based on cross-validation (see http://en.wikipedia.org/wiki/Early_stopping#Early_stopping_based_on_cross-validation) in the training of neural networks. I don't find in RapidMiner any operator which could help me..Is this feature implemented in some way? Or do the developers plan to implement it?
Thank you!
ilaria
Tagged:
0
Answers
parameter epsilon as stopping criterium. No matter which criteria you
apply you always want to avoid overfitting your data. Finally, the
ultimative way to check whether your model overfits your data is using
the operator X-Validation together with a Performance-Operator. It
offers the possibility to check other algorithms also that may more
appropriate for you data.
To help you to automate this you can use the Optimize Parameters operator.
Best regards,
Marius