Numpy array made in "query_x = np.array([2,3])"

when we made “query_x = np.array([2,3])” that means we are making a array of size 2 rows and 3 columns and here it is shown as a point with respective coordinates. can anyone explain what is actually happening.

quexy_x is representing co-ordinates that we’re going to test on knn model/function.
2,3 are in square brackets means this is a list type which is being converted into an array.

Hi Shivam, as you are not responding to this thread, I am marking your doubt as Resolved for now. Re-open it if required.

Please mark your doubts as resolved in your course’s “ Ask Doubt ” section, when your doubt is resolved.