RFC: add isin
for elementwise set inclusion test
#854
Labels
API extension
Adds new functions or objects to the API.
RFC
Request for comments. Feature requests and proposed changes.
Prior art
isin
is not present yetMotivation
This function is used in scikit-learn. They've implemented it in terms of the standard, and that implementation could find a home in array-api-extra: data-apis/array-api-extra#34. @asmeurer suggested there that we should also consider adding this to the standard.
The text was updated successfully, but these errors were encountered: