An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Choice-Learn Tutorials


drawing

[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 !