Skip to content

Commit 4ba3fe4

Browse files
committed
Fixed imports.
1 parent dcfef94 commit 4ba3fe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sklbench/datasets/transformer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818

1919
import numpy as np
2020
import pandas as pd
21+
from mpi4py import MPI
2122
from scipy.sparse import csr_matrix
2223
from sklearn.model_selection import train_test_split
2324

2425
from ..utils.bench_case import get_bench_case_value
2526
from ..utils.logger import logger
26-
from mpi4py import MPI
27+
2728

2829
def convert_data(data, dformat: str, order: str, dtype: str, device: str = None):
2930
if isinstance(data, csr_matrix) and dformat != "csr_matrix":

0 commit comments

Comments
 (0)