├── .ipynb_checkpoints └── Customer_segmentation-checkpoint.ipynb ├── Images ├── Agglomerative img.png ├── DBSCAN img.png ├── GaussianMixture Model img.png ├── K-Means img.png ├── Spectral img.png ├── correlation matrix.png └── readme_img.png ├── Market_Segmentation.ipynb ├── README.md ├── data ├── Clustered_Customer_Data.csv └── Customer Data.csv ├── kmeans_model.pkl └── market_segmentation.py /.ipynb_checkpoints/Customer_segmentation-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/.ipynb_checkpoints/Customer_segmentation-checkpoint.ipynb -------------------------------------------------------------------------------- /Images/Agglomerative img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/Images/Agglomerative img.png -------------------------------------------------------------------------------- /Images/DBSCAN img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/Images/DBSCAN img.png -------------------------------------------------------------------------------- /Images/GaussianMixture Model img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/Images/GaussianMixture Model img.png -------------------------------------------------------------------------------- /Images/K-Means img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/Images/K-Means img.png -------------------------------------------------------------------------------- /Images/Spectral img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/Images/Spectral img.png -------------------------------------------------------------------------------- /Images/correlation matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/Images/correlation matrix.png -------------------------------------------------------------------------------- /Images/readme_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/Images/readme_img.png -------------------------------------------------------------------------------- /Market_Segmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/Market_Segmentation.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/README.md -------------------------------------------------------------------------------- /data/Clustered_Customer_Data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/data/Clustered_Customer_Data.csv -------------------------------------------------------------------------------- /data/Customer Data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/data/Customer Data.csv -------------------------------------------------------------------------------- /kmeans_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/kmeans_model.pkl -------------------------------------------------------------------------------- /market_segmentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sidharth178/Market-Segmentation-in-SBI-life-Insurance/HEAD/market_segmentation.py --------------------------------------------------------------------------------