/Call_Analyst_Optimization_Model_CAP_MODEL

Repository for Call Analyst Optimization Model (CAP Model)

Primary LanguagePython

Call Analyst Optimization Model

Overview

Problem Statement

Given concurrent surveys, with different due dates and CR requirements, how do we distribute call agent in order to minimize the total number of extension days required. This can be formulated as a Multiple Choice Knapsack Problem src

Explanation

The code implements the a modified version of this stackoverflow answer.

Installation

Clone this repo using git clone https://github.com/INVOKE-Solutions/Call_Analyst_Optimization_Model_CAP_MODEL

Usage

Run the streamlit webapp using streamlit run streamlit.py To deploy to the streamlit cloud, sign up here and follow the instructions here.