Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created May 13, 2020 07:12
Show Gist options
  • Save lakshay-arora/ed3ab1217bd2386ba33cdbc068d509a9 to your computer and use it in GitHub Desktop.
Save lakshay-arora/ed3ab1217bd2386ba33cdbc068d509a9 to your computer and use it in GitHub Desktop.
# Ensemble: blending
blender = classification.blend_models(estimator_list=[classification_dt, classification_xgb])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment