https://github.com/vincentauriau/choice-learn-tutorials
Tutorials for discrete choice modeling with choice-learn
https://github.com/vincentauriau/choice-learn-tutorials
assortment choice choice-learn modeling optimization retail
Last synced: 6 months ago
JSON representation
Tutorials for discrete choice modeling with choice-learn
- Host: GitHub
- URL: https://github.com/vincentauriau/choice-learn-tutorials
- Owner: VincentAuriau
- License: mit
- Created: 2024-09-17T16:48:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T13:04:59.000Z (10 months ago)
- Last Synced: 2025-04-09T22:53:14.706Z (6 months ago)
- Topics: assortment, choice, choice-learn, modeling, optimization, retail
- Language: Jupyter Notebook
- Homepage:
- Size: 3.66 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Choice-Learn Tutorials
![]()
[Choice-Learn](https://github.com/artefactory/choice-learn) is a Python library for discrete choice modeling. This repository introduces choice models and how to use them with simple use cases as illustrations.
The tutorials consist in an Article with a companion notebook:
- Introduction to choice modeling: [[article]](https://medium.com/artefact-engineering-and-data-science/modeling-customers-decisions-in-python-with-the-choice-learn-package-37752cb7932e) [[notebook]](./notebooks/introduction.ipynb)
- Introduction to assortment optimization: [[article]]() [[notebook]](./notebooks/assortment-optimization.ipynb)### Installation
You can install the work environment with:
```bash
pip install requirements.txt
```Reach out if you have any issue or question !