Skip to content

Instantly share code, notes, and snippets.

@walterreade
Created April 19, 2015 13:43
Show Gist options
  • Save walterreade/25974f38d100f45a4dd1 to your computer and use it in GitHub Desktop.
Save walterreade/25974f38d100f45a4dd1 to your computer and use it in GitHub Desktop.
XGBoost Variable Importance
fscore = [ (v,k) for k,v in clf.get_fscore().iteritems() ]
fscore.sort(reverse=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment