https://github.com/SciSharp/NumSharp/blob/00d8700b00e815f321238536e0d6b4dbc9af8d6a/src/NumSharp.Core/Statistics/NDArray.argmin.cs#L20 this does not look right because it returns int, also np.argmin does not seem to behave correctly (like its numpy counterpart)
NumSharp/src/NumSharp.Core/Statistics/NDArray.argmin.cs
Line 20 in 00d8700
this does not look right because it returns int, also np.argmin does not seem to behave correctly (like its numpy counterpart)