Created
April 19, 2015 13:43
-
-
Save walterreade/25974f38d100f45a4dd1 to your computer and use it in GitHub Desktop.
XGBoost Variable Importance
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
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