Search⌘ K
AI Features

Introduction: Letting Data Speak with Machine Learning

Explore the basics of machine learning clustering by using KMeans to categorize data points effectively. Understand how to apply this technique to real-world data and create interactive dashboards that allow users to explore and tune clustering models. This lesson guides beginners through building simple machine learning models and using them within data apps to enhance data analysis.

We'll cover the following...

While making histograms, we got a glimpse of a technique that visualizes aggregates and not data points directly. In other words, we visualized data about our data. We’ll take this concept several steps further in this section by using a machine learning technique to demonstrate some options that can be used to categorize or cluster our data. As we will see in this section, ...