yaowang74
Results
2
issues of
yaowang74
In tick/tick/hawkes/model/base/model_hawkes.py, lines 91 to 94, we have 91 end_times = self._end_times 92 if end_times is None: 93 non_empty_events = [[r for r in e if len(r) > 0] for...
Hello! First of all thanks to the entire team for developing such a good library for point process learning. I tried to save a fitted HawkesADM4 learner to file through...