Skip to content

Commit 12e2048

Browse files
Merge pull request #349 from wakabame/feature/deprecated_scipy_namespace
Avoid `DeprecationWarning` of scipy
2 parents 305924d + 6941928 commit 12e2048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

category_encoders/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pandas as pd
44
import numpy as np
5-
from scipy.sparse.csr import csr_matrix
5+
from scipy.sparse import csr_matrix
66

77
__author__ = 'willmcginnis'
88

0 commit comments

Comments
 (0)