UDST / choicemodels

Python library for discrete choice modeling
https://udst.github.io/choicemodels
BSD 3-Clause "New" or "Revised" License
74 stars 33 forks source link

Model fit with categorical variables #30

Open Arezoo-bz opened 6 years ago

Arezoo-bz commented 6 years ago

Figure out how mnl auto_generates dummy variables for categorical variables in the model expression. The current model.fit doesn't omit a referent category from the model. First, we need to know if the model estimation result is actually correct in this case or not. Second, if model estimation is correct how should we interpret the coefficients for different categories?