mlens
mlens copied to clipboard
Bug fix: mlens.external.sklearn.type_of_target.py
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.