Skip to content

implement discrete choice model with Python from scratch

Notifications You must be signed in to change notification settings

ryonsd/choice-modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Choice Modeling

Modeling of choice behavior based on Random Utility Theory implemented using Python.

Models

  • Multinomial Logit Model (MNL)
  • Nested Logit Model (NL)
  • TasteNet-MNL [Han+, 2020]

For Mixed Logit Model (MXL) and Latent Class Logit Model (LCCM), I recommend using the Python package xlogit or the R packages mlogit and flemix.

References

About

implement discrete choice model with Python from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages