Skip to content

Commit

Permalink
Merge pull request #366 from Dekken/scipy_comb
Browse files Browse the repository at this point in the history
change comb import to new non deprecated version
  • Loading branch information
PhilipDeegan authored May 27, 2019
2 parents 3f27be1 + b266727 commit b2052c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tick/preprocessing/longitudinal_features_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import scipy.sparse as sps
from itertools import combinations
from copy import deepcopy
from scipy.misc import comb
from scipy.special import comb
from sklearn.externals.joblib import Parallel, delayed
from tick.preprocessing.base import LongitudinalPreprocessor
from .build.preprocessing import SparseLongitudinalFeaturesProduct
Expand Down

0 comments on commit b2052c8

Please sign in to comment.