Skip to content

Commit 6941928

Browse files
committed
Avoid DeprecationWarning of scipy
1 parent 305924d commit 6941928

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)