From the course: Machine Learning with Data Reduction in Excel, R, and Power BI

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Numerosity

Numerosity

- [Instructor] The definition of numerosity is a large number. In the case of the data we're using for our course project, we're working with a lot of data points in our model. But how many data points are we working with? Let's take a look at some visuals both in Excel and R to see exactly what numerosity means. Our NOAA weather dataset that we're using in the course project contains data from 25 of the major US metropolitan areas. Even just opening the CSV file, which I converted to an Excel file, we see it contains over 700,000 rows or records. It also contains fields of various weather data points, like temperatures, rainfall and many others. Weather datasets are great ways to learn about machine learning algorithms because they're both consistent year over year by city and they also contain fluctuations in the form of outliers and anomalies. Let's look at our data trends on a high level and start to think about…

Contents