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
Record and compare runtime of different algorithms?
hi,
I want to compare 3 different learners in a loop for the same dataset, I also want to record the runtime (e.g. in the logfile) for the learners to do the cross validation.. is there some log field that does that for one or all algorithms?
Tagged:
0
Answers
The log operator with the operator for the algorithm selected and value set to Execution-Time.
You can do this from either the CrossValidation or from the Algorithm itself, but I would recommend putting it inside your X-Validation so you can take a count of every execution of the chosen algorithm and can later calculate average run-times.
Sample process: