Last active
June 24, 2021 09:29
-
-
Save ogyalcin/fbae7a2a0b461b262595d8bd3652233a to your computer and use it in GitHub Desktop.
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
import plotly.express as px | |
px.histogram(df, x='target',template='ggplot2', width=800, nbins=50) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment