Skip to content

Instantly share code, notes, and snippets.

@SamLau95
Created August 17, 2023 19:38
Show Gist options
  • Save SamLau95/59863fa5d893c2501d14d2d396405c93 to your computer and use it in GitHub Desktop.
Save SamLau95/59863fa5d893c2501d14d2d396405c93 to your computer and use it in GitHub Desktop.
fig = px.scatter(
x=prediction_7var, y=error_7var,
labels=dict(x='Seven-variable prediction for AUM', y='Error'),
width=350, height=250)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment