Skip to content

Instantly share code, notes, and snippets.

@pycaret
Created July 1, 2020 16:56
Show Gist options
  • Save pycaret/40415049dc9f951c4df4338aebf2216d to your computer and use it in GitHub Desktop.
Save pycaret/40415049dc9f951c4df4338aebf2216d to your computer and use it in GitHub Desktop.
from pycaret.clustering import *
clu1 = setup(data, ignore_features = ['Country Name', 'Indicator Name'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment