Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Logging Best Parameters and Learned Weights from Cross Validation
Hi!
Is there a way to obtain the best parameter combination output from cross-validation operator? After running the cross validation on the train set, I need to log the best parameters and the weights for the features learned by the model. What operators should I use for this?
Is there a way to obtain the best parameter combination output from cross-validation operator? After running the cross validation on the train set, I need to log the best parameters and the weights for the features learned by the model. What operators should I use for this?
Tagged:
0
Answers
Best,
Cesar
Thanks for the helpful answer. But I am doing this iteratively, so I must log the feature weights and model parameters at each iteration. I cannot find a suitable option in the log operator to do this.
are you trying with log operator?
Best,
Cesar
Yes, I am trying the log operator. But I cannot figure out the parameter options in the log operator to retrieve the best model parameters and feature weights from cross-validation. Do you have any idea how to do it?
can you share your process file ?
Below is the process file. I must get weights for each attribute as columns for each window in the log file.