The purpose of this app is to compute and plot clusters for your cross-sectional data. The app is written in Python and deployed deployed to the web via Streamlit.
I assume you have a CSV file with your data already cleaned (i.e., without missing values, duplicates or string variables). The algorithms used are KMeans and tSNE to compute and visualize the clusters, respectively.
You can find the app here: bforbesc-clustering-web-app-ml-web-app-ee5tk5.streamlit.app1
Footnotes
-
Credits to the Data Professor for inspiring this web application with his medium article. ↩