We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879788b commit 7574bacCopy full SHA for 7574bac
1 file changed
examples/sklearnex/logistic_regression_spmd.py
@@ -21,7 +21,6 @@
21
import numpy as np
22
from mpi4py import MPI
23
from scipy.special import expit
24
-from sklearn.datasets import make_classification
25
from sklearn.metrics import accuracy_score
26
from sklearn.model_selection import train_test_split
27
0 commit comments