Skip to content

Instantly share code, notes, and snippets.

@ayoskovich
Created September 3, 2020 18:37
Show Gist options
  • Save ayoskovich/66e674baa8fc515e299457e201f34515 to your computer and use it in GitHub Desktop.
Save ayoskovich/66e674baa8fc515e299457e201f34515 to your computer and use it in GitHub Desktop.
Get coefficients out of a sklearn pipeline.
pipeline.named_steps['logisticregression'].coef_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment