Skip to content

Instantly share code, notes, and snippets.

@FelixChop
Created June 1, 2018 10:04
Show Gist options
  • Save FelixChop/9f015f3293f650f3f0c6cd325fbbeb63 to your computer and use it in GitHub Desktop.
Save FelixChop/9f015f3293f650f3f0c6cd325fbbeb63 to your computer and use it in GitHub Desktop.
df = X_test.copy()df['predictions']
rf_model.predict_proba(X_test)
data_to_analyze = df.sort_values('predictions', ascending=False).head(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment