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
"[SOLVED] Logging Confidences in X-Validation"
Hi Guys,
okay i have a little problem which i cant seem to solve on my own.
The thing is:
I have a Cross-Validation. As usual in the Training part is the "classifier" (SVM with "calculate confidence") and in the Test part the "apply model" and "performance" Operator.
Now I want to write the confidences to a file. But the outputs of the Cross-Validation doesn't give me the confidences back.
Now i'm trying to write the confidences in the Testing part to a file(write-csv), this seems to work, but unfortunately it overwrites the file in each Step. Which means i only get the last 1/10th of the Data in the File.
In short: Is there any way to write the Output (labelled date) of the "apply model" operator to a file for every iteration of the cross-validation?
If possible to a single file.
Thanks,
Nic
okay i have a little problem which i cant seem to solve on my own.
The thing is:
I have a Cross-Validation. As usual in the Training part is the "classifier" (SVM with "calculate confidence") and in the Test part the "apply model" and "performance" Operator.
Now I want to write the confidences to a file. But the outputs of the Cross-Validation doesn't give me the confidences back.
Now i'm trying to write the confidences in the Testing part to a file(write-csv), this seems to work, but unfortunately it overwrites the file in each Step. Which means i only get the last 1/10th of the Data in the File.
In short: Is there any way to write the Output (labelled date) of the "apply model" operator to a file for every iteration of the cross-validation?
If possible to a single file.
Thanks,
Nic
Tagged:
0
Answers
Is this what you had in mind? Hope so!
first of all a BIG Thanks
Yeah thats exactly what i had in mind.
Seems to work perfectly
Thank you very very much!