Skip to content

Instantly share code, notes, and snippets.

@3liud
Created March 21, 2022 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3liud/ac7497d3ee400ba615384722653ad252 to your computer and use it in GitHub Desktop.
Save 3liud/ac7497d3ee400ba615384722653ad252 to your computer and use it in GitHub Desktop.
week_#7_in_machine learning11
sns.scatterplot(x='Annual Income (k$)', y='Spending Score (1-100)', data=df1, hue='Label', s=50,
palette =['red', 'green', 'black', 'brown', 'orange']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment