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
"GridParameterOptimization and performances"
Hi,
how can I use the GridParameterOptimizationOperator to save the PerformanceVectors after each iteration? The result should be the currently selected parameters and the resulting performances, e.g.:
k Sim | Accuracy
1 cos 0.3
2 cos 0.5
3 cos 0.4
1 Euc 0.2
2 Euc 0.4
3 Euc 0.3
P.S.: Didn't older RM versions have more similarity measures for the kNN learner?
Thanks
how can I use the GridParameterOptimizationOperator to save the PerformanceVectors after each iteration? The result should be the currently selected parameters and the resulting performances, e.g.:
k Sim | Accuracy
1 cos 0.3
2 cos 0.5
3 cos 0.4
1 Euc 0.2
2 Euc 0.4
3 Euc 0.3
P.S.: Didn't older RM versions have more similarity measures for the kNN learner?
Thanks
Tagged:
0
Answers
you can use the ProcessLog operator for this (please refer to the sample process "...Meta/01_ParameterOptimization.xml"). Here is the basic setup: You can add a filename for the ProcessLog operator into which the results should be written. The results are of course also available in the Log tab of the Results View.
Yes, and they will again be integrated. We just completely revised the KNN learner which led to a speed-up of factor 10. However, we had to remove the usual similarity measure in order to get this speed-up and did not manage to re-implement all measures for KNN yet. But (at least most of them) will be available again in future releases.
Cheers,
Ingo