View Dashboard on Tableau More Tableau! This uses data taken from OFCL website. I created a dashboard that allows the user to filter through selected states and see the median salary rates depending on role.
Tag: tech
K-Means Clustering for Data Science
K-clustering, also known as k-means clustering, is a popular unsupervised machine learning algorithm used for partitioning a set of data points into K distinct, non-overlapping clusters. In this context, "K" represents the number of clusters the algorithm should create, and it is typically specified by the user before running the algorithm. Photo by Google DeepMind … Continue reading K-Means Clustering for Data Science