Skip to content

Instantly share code, notes, and snippets.

@FelixChop
Created April 12, 2020 09:03
Show Gist options
  • Save FelixChop/bae1fbb333e80309f5590f4944265d6e to your computer and use it in GitHub Desktop.
Save FelixChop/bae1fbb333e80309f5590f4944265d6e to your computer and use it in GitHub Desktop.
pd.DataFrame({
'variable': variables,
'coefficient': model.coef_[0]
}) \
.round(decimals=2) \
.sort_values('coefficient', ascending=False) \
.style.bar(color=['grey', 'lightblue'], align='zero')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment