kaggle_ndsb2017
kaggle_ndsb2017 copied to clipboard
Can I get the ensemble model?
Hi @juliandewit , First of all, thank you for your hard work and for releasing the codes. Correct me if I'm wrong but, You said that you trained two models, one is trained on LUNA data set only and the second was trained on LUNA + manual labeling of stage1 DSB2017 data set. The model with manual training was worst than the model trained with LUNA only, but the combination of these two models give better result. I already downloaded your trained model but I don't think I see the ensemble model for model1 (LUNA only) + model2 (LUNA + manual labeling). Do you think you can provide me with the model or maybe give me the script to ensemble them? Thank you for your help
Hello. Thanks. the ensembling happens in the "step 4....py" scripty. I gather the outputs of all networks en put them in a GBM model.