Open breznak opened 8 years ago
I am working on the new version now. I'll commit it in the evening.
@wattik thanks. I can help you with that when you finish off the standing PR, so we can merge and unblock the progress..
Please, check the params. I am still not sure whether these are correct ones. I committed some changes an hour ago.
...will do!
reopening, we wanna keep an eye on https://github.com/numenta/NAB/issues/231#issuecomment-163360920
The model params we use: https://github.com/wattik/AnomalyBenchmark/blob/master/opf/modelParams.py may not be correct!
There's problem what the suitable model params should be. The current file is taken from Matt's SineWave example, a consensus on general params is in
examples/anomaly/temporal/hotgym/
in NuPIC. So we want to use that file.One obvious thing is that
maxBoost=1.0
, which turns boosting off. That may be a reason why we didn't replicate the "boosting problem", which was one of the issues that started this repo.Related