mlens icon indicating copy to clipboard operation
mlens copied to clipboard

Bug fix: mlens.external.sklearn.type_of_target.py

Open Mrjoeybux opened this issue 3 years ago • 0 comments

Since python 3.10, the Sequence class of the collections module is now located at collections.abc. The fix is to check the python version and import from the correct location.

Mrjoeybux avatar Sep 30 '22 11:09 Mrjoeybux