ConsiderationSetMixedLogit.make_model#

ConsiderationSetMixedLogit.make_model(X, F, y, observed=True)[source]#

Build consideration set mixed logit model.

Reuses all utility machinery from the parent MixedLogit, then adds the consideration stage and computes log-consideration-adjusted choice probabilities via the bridge formula: P(j|n) = softmax(log(pi_nj) + V_nj).

Parameters are identical to MixedLogit.make_model().