[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-10-03 18:36:31 +00:00
parent 40c39a81f6
commit d4d8fbca41

View File

@ -17,8 +17,6 @@ from sklearn.datasets import fetch_20newsgroups
from sklearn.metrics import accuracy_score
def group_indices_by_target(targets: ArrayLike) -> dict:
"""
Associates to each target label the indices of the examples with that label