parsing-science / pymc3_models

Apache License 2.0
157 stars 24 forks source link

models: hierarchical logistic regression #9

Closed rlouf closed 5 years ago

rlouf commented 6 years ago

I am writing documentation for the various models (a bit like scikit-learn's user guides), and I am struggling to understand HierarchicalLogisticRegression:

I would replace Bernoulli with Categorical and write directly temp = alpha + T.sum(beta*model_input, 1) or something like that. But maybe there is something I don't understand.

parsing-science commented 6 years ago

Hi, did you watch the PyData NYC talk I gave about this model? I think that should clear up some of these issues.