Beispiel #1
0
 def test_from_xy(self):
     with Model():
         GLM(
             self.data_logistic["x"],
             self.data_logistic["y"],
             family=families.Binomial(link=families.logit),
             name="glm1",
         )
Beispiel #2
0
 def test_from_xy(self):
     with Model():
         GLM(self.data_logistic['x'],
             self.data_logistic['y'],
             family=families.Binomial(link=families.logit),
             name='glm1')