Skip to content

Instantly share code, notes, and snippets.

@Thanatoz-1
Created June 18, 2020 19:15
Show Gist options
  • Save Thanatoz-1/3f4ac948225a6ba85f33a0c859ab7850 to your computer and use it in GitHub Desktop.
Save Thanatoz-1/3f4ac948225a6ba85f33a0c859ab7850 to your computer and use it in GitHub Desktop.
Contains gist of how different models are blended to create an ensembled predictions. Please be careful with the approach as this could result in corrupt kernels at the time of private submission.
# Read all the weights/outputs
# Specify weights for all models (such that they equal to 1)
# Finally, tweak them to create a perfect blend
### Ref
### https://www.kaggle.com/muhakabartay/simple-public-blender-0-936
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment