Hi all,

I have several small datasets, each is composed by two classes. The
posterior probabilities of different datasets are predicted by different
models, which are constructed either by different models having the
attribute "predict_proba" or the same algorithm trained by different
training data. I wonder whether there exists a method to concatenate these
probabilities as a single array so that I can do some inferences from much
larger number of probabilities.

Thanks in advance.

Best regards,
Elkan
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to