Skip to content

Commit 7574bac

Browse files
remove unused import (#2956)
1 parent 879788b commit 7574bac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/sklearnex/logistic_regression_spmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import numpy as np
2222
from mpi4py import MPI
2323
from scipy.special import expit
24-
from sklearn.datasets import make_classification
2524
from sklearn.metrics import accuracy_score
2625
from sklearn.model_selection import train_test_split
2726

0 commit comments

Comments
 (0)