Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 925 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 925 Bytes

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

  1. Credits to the Data Professor for inspiring this web application with his medium article.