You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently support an argmax method (see e.g. here) on the Data and Field classes, but not an equivalent argmin.
We've noted to add in argmin in time for the next minor release, but to do so by refactoring somewhat to create a common base for these methods (and potentially other similar ones).
The text was updated successfully, but these errors were encountered:
Removing the 3.8.0 milestone, as the dask work (#182) will now take place first, and will affect the implementation of argmin/argmax. So this will be addressed at a version soon after 4.0.0 (i.e. the first dask version).
We currently support an
argmax
method (see e.g. here) on theData
andField
classes, but not an equivalentargmin
.We've noted to add in
argmin
in time for the next minor release, but to do so by refactoring somewhat to create a common base for these methods (and potentially other similar ones).The text was updated successfully, but these errors were encountered: