-
Is ist addative or multuplicative?
Needs to be decided based on the seasonality. If the variation of the seasonality is constant, then additive, otherwise multuplicative
-
I am trying to use boto for a various set of operations for which I would like to have the same logic in terms of retry attempts. After looking through the documentations, with the exception of being …
-
Walking through the quickstart, I notice that both the argo-server and workflow controller "flap" while waiting for postgres to become available. On average (on my machine, at least), both components …
-
I made this diagram a while ago, with the notation from [this 3Blue1Brown video](https://youtu.be/sULa9Lc4pck) (I don't like the other proposals in the introduction but thought this main part quite ni…
-
Implement [Exponential Search](https://en.wikipedia.org/wiki/Exponential_search) in a language of your choice.
**Please read the contributing guidelines in CONTRIBUTING.md**
Languages claimed/im…
-
Fishy is funny, but interrupts when you try to have a real conversation.
Propose a trigger, :pls that stops spontaneous output for a series of progressively longer delays every time it's invoked
e.g…
-
We were observing some pretty insane amounts of network throughput hitting the reverse proxy we have in front of `kinesis.us-west-1.amazonaws.com`:
![image](https://cloud.githubusercontent.com/assets…
-
Calculating the exponential of a GPU matrix yields errors:
```
using CUDA
A = cu([1.0, 1;0 1])
CUDA.exp(A)
```
results in an error:
`ERROR: ArgumentError: cannot take the CPU address of a CuA…
-
-
https://pdfs.semanticscholar.org/caa1/e0110bd4f24e55fed194b95a7cd296c8d72f.pdf
https://link.springer.com/article/10.1007/s10915-009-9291-3
These aren't formulated in a particularly good way and wo…