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.
1 parent 305924d commit 6941928Copy full SHA for 6941928
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