juliandewit / kaggle_ndsb2017

Kaggle datascience bowl 2017
MIT License
622 stars 290 forks source link

Can I get the ensemble model? #62

Open ronykalfarisi opened 5 years ago

ronykalfarisi commented 5 years ago

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

juliandewit commented 5 years ago

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.