pyhawkes icon indicating copy to clipboard operation
pyhawkes copied to clipboard

Python framework for inference in Hawkes processes.

Results 9 pyhawkes issues
Sort by recently updated
recently updated
newest added

Hi,I successfully install the pyhawkes from pip install, but when I start to import pyhawkes from the python, I got the error importerror: cant import name 'logsumexp' from 'scipy.misc'. And...

While running discrete_demo.py , Getting following error ``` File "\.conda\envs\tf_env\lib\multiprocessing\pool.py", line 771, in get raise self._value AttributeError: 'NoneType' object has no attribute 'network' ```

Hi! Thanks for your great Codes! I was wondering where is the code for estimation of Net Hawkes with Gaussian Cox baseline? (The one which has been used for estimation...

I have installed both gslrandom and enabled OpenPM support on my ubuntu 18.04 machine . But when I run resample using these code: ~~~python def genHawkesModel(dates,ids): K = len(np.unique(ids)) network_hypers...

Once we have fitted parameters, how to predict future popularities (e.g. after T )? Can you provide some insights or add the functions, thanks!

when i use python setup.py build_ext --inplace to install this package , error happens and the main part is : writing build\temp.win-amd64-2.7\Release\pyhawkes\internals\continuous_time_helpers.def c:\Rtools\mingw_32\bin\gcc.exe -DMS_WIN64 -shared -s build\temp.win-amd64-2.7\Release\pyhawkes\internals\continuous_time_helpers.o build\temp.win-amd64-2.7\Release\pyhawkes\internals\continuous_time_helpers.def -LC:\Users\hp\Anaconda2\libs -LC:\Users\hp\Anaconda2\PCbuild\amd64...

Hi, I just wanted to ask which parts of the examples "need to be updated": ``` def demo(seed=None): """ Create a discrete time Hawkes model and generate from it. :return:...

A lot of people are having trouble installing due to the dependencies on GSL (via `gslrandom` package) and OpenMP. I think we can make both of these optional, but the...