How can I specify a validation dataset for H2o Deep Learning model in RapidMiner
Hello,
To perform my analyses I don't see how to control the data used for validation step at the end of each epoch.
For example, with Keras you have to specify the training set rate, and that part of your data are used for the validation.
With Pytorch, we provide the training, the validation and the test set.
How can I do with RapidMiner?
I am also wondering how to see the loss curve in order to evaluate if the model overfit with respect to the number of epochs.
Do you have an idea for any of these questions ?
Find more posts tagged with
Sort by:
1 - 3 of
31

MartinLiebig

Hi,
i think you want to check the Deep Learning extension which allows more complex things. This allows you to specifiy the test set manually.
Best,
Martin
Hi @Mlobri,
you can check the expert parameters, it maybe possible. For Example:
|
Which is then doing x-validation with defined batches for test.
Best,
Martin