├── .gitignore ├── README.md ├── cluster.csv ├── customer_segments.ipynb ├── customers.csv └── visuals.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/creating_customer_segments/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/creating_customer_segments/HEAD/README.md -------------------------------------------------------------------------------- /cluster.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/creating_customer_segments/HEAD/cluster.csv -------------------------------------------------------------------------------- /customer_segments.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/creating_customer_segments/HEAD/customer_segments.ipynb -------------------------------------------------------------------------------- /customers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/creating_customer_segments/HEAD/customers.csv -------------------------------------------------------------------------------- /visuals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nd009/creating_customer_segments/HEAD/visuals.py --------------------------------------------------------------------------------