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] Plotting ROC curves from separate, saved performance vectors
Hello everyone,
I have trained several classification models using 5-fold X-Validation, some of which required quite some time to finish and I have saved all of the models and their respective performance vectors. I was wondering if there is any way to merge these performance vectors so that I can plot the ROC curves from each performance vector on the same plot for comparison. I am aware of the Compare ROC function however I do not want to re-train the models on the data.
Will placing the saved models in the Compare ROC function provide the correct output?
I was able to get an output by connecting a data set to the compare ROC and placing the saved models in the Compare ROC, with the model out connected directly to the compare ROC model outs. I am not sure if this is providing the result I am looking for
Thank you,
-Alex
I have trained several classification models using 5-fold X-Validation, some of which required quite some time to finish and I have saved all of the models and their respective performance vectors. I was wondering if there is any way to merge these performance vectors so that I can plot the ROC curves from each performance vector on the same plot for comparison. I am aware of the Compare ROC function however I do not want to re-train the models on the data.
Will placing the saved models in the Compare ROC function provide the correct output?
I was able to get an output by connecting a data set to the compare ROC and placing the saved models in the Compare ROC, with the model out connected directly to the compare ROC model outs. I am not sure if this is providing the result I am looking for
Thank you,
-Alex
Tagged:
0
Answers
using the stored models in Compare ROCs will deliver correct results, however usually the operator internally performs a cross validation to produce confidence intervals etc. on the ROC curves. This will of course not work if you use the precalculated models. If you can do without this info you approach is fine.
Best regards,
Marius
If not, thank you.
Best regards,
Marius