Skip to content

Instantly share code, notes, and snippets.

@a-mitani
Created July 23, 2020 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-mitani/aaae4723484498a1f176b611fe91390e to your computer and use it in GitHub Desktop.
Save a-mitani/aaae4723484498a1f176b611fe91390e to your computer and use it in GitHub Desktop.
Random forest importance
print(rf.feature_importances_)
#result
#[0.02885416 0.28571966 0.33432064 0.35110554]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment