Saving Multiple Results
Posted: Thu Aug 28, 2025 11:26 am
Hi,
I'm currently working with a multiclass classification model and I would like to be able so save the predicted probabilities for each class as an output. The problem is that I don't know a priori how many classes there are, I've tried using an array of outputs on the results file but it doesn't output anything. I guess that it doesn't work because it needs one ouput item on the analysis file per output but I don“t know a priori how many I need. Is there a way to implement this? Thank you in advance.
Cheers,
Javier
I'm currently working with a multiclass classification model and I would like to be able so save the predicted probabilities for each class as an output. The problem is that I don't know a priori how many classes there are, I've tried using an array of outputs on the results file but it doesn't output anything. I guess that it doesn't work because it needs one ouput item on the analysis file per output but I don“t know a priori how many I need. Is there a way to implement this? Thank you in advance.
Cheers,
Javier