X-DataInitiative / tick

Module for statistical learning, with a particular emphasis on time-dependent modelling
https://x-datainitiative.github.io/tick/
BSD 3-Clause "New" or "Revised" License
484 stars 105 forks source link

Tick dependency errors when using scikit-learn 0.23.1 #459

Open ctargon opened 4 years ago

ctargon commented 4 years ago

When scikit-learn 0.23.1 is used, the following import error occurs:

ModuleNotFoundError: No module named 'sklearn.externals.joblib'

from the line

from tick.hawkes import SimuHawkesExpKernels

It seems to be resolved when using 0.20.3, but would be nice to update library to account for new scikit-learn package

PhilipDeegan commented 4 years ago

I believe this is resolved on our master branch, but we have not yet released/pushed this to pip