John Bollenbacher

Results 5 issues of John Bollenbacher

Hi all, HawkesSumGaussian seems not to properly implement the method described in [the cited paper](https://arxiv.org/abs/1602.04511). After attempting to use tick for a while and failing to get good results from...

I've encountered a critical error in HawkesBasisKernels in tick version 0.7.0.1. Minimal error reproduction example: ``` import numpy as np from tick.hawkes import HawkesBasisKernels hawkes_model = HawkesBasisKernels(kernel_support = 4) ticks...

Hi team! Thanks for creating earth.nullschool.net! [Wet Bulb Temperature (WBT)](https://en.wikipedia.org/wiki/Wet-bulb_temperature) would be a very important addition to your app, especially as dangerous heatwaves become more common (like the heat dome...

One of the NLP options is a "Otsuka-Chiai" similarity between documents. What is this similarity? Is it the Ochiai coefficient (defined [here](https://arxiv.org/pdf/1503.08944.pdf)) of the bags of words? I tried to...

I'd like to suggest using [haystack](https://github.com/deepset-ai/haystack) as the backend for the RAG system. It's quickly becoming the industry standard and is well maintained. I figured now would be a good...