kaggle_ndsb2017 icon indicating copy to clipboard operation
kaggle_ndsb2017 copied to clipboard

Can I get the ensemble model?

Open ronykalfarisi opened this issue 5 years ago • 1 comments

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

ronykalfarisi avatar Jun 07 '19 14:06 ronykalfarisi

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.

juliandewit avatar Oct 07 '19 12:10 juliandewit