We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 305924d + 6941928 commit 12e2048Copy full SHA for 12e2048
category_encoders/utils.py
@@ -2,7 +2,7 @@
2
3
import pandas as pd
4
import numpy as np
5
-from scipy.sparse.csr import csr_matrix
+from scipy.sparse import csr_matrix
6
7
__author__ = 'willmcginnis'
8
0 commit comments