It states in the mission Ordinary Least Squares:
OLS is commonly used when the number of elements in the dataset (and therefore the matrix that’s inverted) is less than a few million elements.
What does it mean a million of elements? Is it a dataset where we have, for example, 1000 rows and 1000 columns (1000 x 1000 = 1000 000)? Thank you!