Willie Wheeler

Results 11 comments of Willie Wheeler

+1 on issue, solution, and suggestion that this go in the README

Hey @bcorbett. +1 that this would become a SMA on my suggested change. In fact I am thinking that a `SimpleMovingAverageForecaster` would be more useful than a forecaster that averages...

This is dev-complete, but bundled with #218. So I'll push those both together in early Nov.

Hi @jeqo. Thanks--would love to have you work on this. Yeah, let me wrap up #257 first. That may take a day or two as I'm juggling a bit right...

May not want to do this. See comment on issue #369.

We have a Kafka serde for MetricData, but we need serdes for the other data types too (e.g. MappedMetricData, Anomaly). MessagePack requires us to hand-craft these on a per-type basis.

Not so sure we want to do this after all. On a couple occasions I've run into seeming interactions between tests where disabling one kafka-junit test causes another one to...

One of the interesting things I notice is that we use `AnomalyThresholds` in two distinct ways. We use it to define model params for constant threshold detectors. But the other...

I did create a Java wrapper around the original Fortran code: https://github.com/ExpediaDotCom/stl-jni Have been using it for a couple years now (open sourced it about a year ago) and it...

Are we talking about web service calls here?