/fa-lines

An algorithm to predict flight attendant line assignments from bids

Primary LanguageJupyter Notebook

fa-lines

An algorithm to predict flight attendant line assignments from bids

Prerequisite

  • Miniconda - Use an installer provided at the linked page.
  • Poppler - On MacOS, install using Homebrew: brew install poppler

Installation

  1. Once Miniconda is installed and the fa-lines repository is cloned locally, create a new conda environment for it:

    conda env create -f environment.yml

  2. Activate the conda environment:

    conda activate fa-lines

  3. Run Jupyter Lab:

    jupyter lab

  4. Navigate to the notebook directory and open an existing Jupyter notebook.