There is a csv file named dataset.csv. It includes the columns of predictor variables named features and a column of cluster labels called labels. Apply an advanced unsupervised clustering technique on the columns of features, explain the reason behind your selected method and describe pros and cons of the applied technique compared to other techniques Handle the missing values. Use the labels column for calculating the accuracy of the model estimations.. Explain the performance of the model. Explain your solutions with visualizations.
Preprocessing, Scalling, Model selection using multiple performance metrics