Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hawkes cumulants - Tensorflow v1 #505

Merged
2 changes: 1 addition & 1 deletion tick/hawkes/inference/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .hawkes_expkern_fixeddecay import HawkesExpKern
from .hawkes_sumexpkern_fixeddecay import HawkesSumExpKern
from .hawkes_sumgaussians import HawkesSumGaussians
from .hawkes_cumulant_matching import HawkesCumulantMatching
from .hawkes_cumulant_matching import HawkesCumulantMatchingTf as HawkesCumulantMatching

__all__ = [
"HawkesExpKern",
Expand Down
Loading