You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clustering ML project that performs a customer segmentation on a 2000-record dataset of various customers with different characteristics.
In this model, since my data is mixed-typed, I will use k-prototypes algorithm from kmodes python library.