Created
June 18, 2020 19:15
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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