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 3f27be1 + b266727 commit b2052c8Copy full SHA for b2052c8
tick/preprocessing/longitudinal_features_product.py
@@ -4,7 +4,7 @@
4
import scipy.sparse as sps
5
from itertools import combinations
6
from copy import deepcopy
7
-from scipy.misc import comb
+from scipy.special import comb
8
from sklearn.externals.joblib import Parallel, delayed
9
from tick.preprocessing.base import LongitudinalPreprocessor
10
from .build.preprocessing import SparseLongitudinalFeaturesProduct
0 commit comments