Skip to content

Commit

Permalink
yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
beckernick committed Aug 22, 2022
1 parent e565371 commit cedec13
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion python/cuml/decomposition/pca_mg.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@


import ctypes
import cudf
import numpy as np
from enum import IntEnum

Expand Down
1 change: 0 additions & 1 deletion python/cuml/linear_model/linear_regression_mg.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# distutils: language = c++

import ctypes
import cudf
import cuml.common.opg_data_utils_mg as opg
import numpy as np
import rmm
Expand Down
1 change: 0 additions & 1 deletion python/cuml/linear_model/ridge.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# distutils: language = c++

import ctypes
import cudf
import numpy as np
from collections import defaultdict
from numba import cuda
Expand Down
1 change: 0 additions & 1 deletion python/cuml/metrics/trustworthiness.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

# distutils: language = c++

import cudf
import numpy as np
import warnings

Expand Down
1 change: 0 additions & 1 deletion python/cuml/neighbors/kneighbors_classifier.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ from cuml.common.mixins import FMajorInputTagMixin
import numpy as np
import cupy as cp

import cudf

from cython.operator cimport dereference as deref

Expand Down

0 comments on commit cedec13

Please sign in to comment.