Skip to content

Commit

Permalink
change comb import to new non deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed May 27, 2019
1 parent 3f27be1 commit b266727
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 b266727

Please sign in to comment.