The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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.