Quiz Question 1 of 3
Considering the following ndarray
(n dimensional):
ratings = np.array([
[5, 4, 5, 5, 2],
[5, 5, 5, 5, 4],
[1, 2, 1, 1, 1]
])
What is the rank of this matrix?
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.