On Jupter Notebook, i was trying to compare time taken between the two methods for finding the index with max value.
In the Image, the first function took, 1000 loops, and the second took 10000 loops, is this increase in loops due to the method itself OR Jupyter Just added more loops to get more accurate time per loop even though the second function maybe took 1000 only, is that the case?
ipython
docs.. which hasn't yet been corrected. The latest version foripython
defaults to7
loops.. if-r
is not mentioned. – Lennielenno