Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 46)
46.
What is the purpose of the NumPy function numpy.argmax(arr)?
Finds the minimum value in the array.
Returns the index of the maximum value in the array.
Computes the average value of the array.
Reshapes the array to have a specified number of dimensions.
Answer: Option
Explanation:
The numpy.argmax() function returns the index of the maximum value in the array.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.