-
Hi all, I have trained 5 models on 5 folds of my data, and I have saved those 5 best models. I was looking into ensembling the 5 models via mean, weighted-mean and majority vote. I was roughly following the tutorial given here from the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ahxmeds, did you get any error messages? The code looks good to me. Thanks! |
Beta Was this translation helpful? Give feedback.
It started working when I included
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
line in the code.