Skip to content

INVOKE-Solutions/Call_Analyst_Optimization_Model_CAP_MODEL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%