├── Clustered_Customer_Data.csv ├── Customer Data.csv ├── Market segmentation.pdf ├── Market_Segmentation_Customer_Data.ipynb ├── README.md ├── app.py ├── final_model.sav └── kmeans_model.pkl /Clustered_Customer_Data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pik1989/MarketSegmentation/HEAD/Clustered_Customer_Data.csv -------------------------------------------------------------------------------- /Customer Data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pik1989/MarketSegmentation/HEAD/Customer Data.csv -------------------------------------------------------------------------------- /Market segmentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pik1989/MarketSegmentation/HEAD/Market segmentation.pdf -------------------------------------------------------------------------------- /Market_Segmentation_Customer_Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pik1989/MarketSegmentation/HEAD/Market_Segmentation_Customer_Data.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pik1989/MarketSegmentation/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pik1989/MarketSegmentation/HEAD/app.py -------------------------------------------------------------------------------- /final_model.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pik1989/MarketSegmentation/HEAD/final_model.sav -------------------------------------------------------------------------------- /kmeans_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pik1989/MarketSegmentation/HEAD/kmeans_model.pkl --------------------------------------------------------------------------------