cadama
Results
2
issues of
cadama
I am working on a problem where the labels/response variables take the form of #successes / #attempts. Clearly the goodness of the label depends on the number of attempt so...
Hello, I am hitting tensorflow limits when feeding a larger dataset to the model. my model looks like: ``` @pm.model def model(X, clicks, conversions): b_0 = yield pm.Normal(loc=0., scale=10, name='b_0')...