Workforce planning optimization using Python and ErlangC

<p>Finding the number of positions to use in a queue system has been a study case for a long time now; it has applications in several fields and industries, for example, finding the optimal number of call centers agents, deciding the number of bankers in a support station, network traffic analysis and so on.</p> <p>There are several methods to analyze this problem; in this article, we will look at how to solve it using Erlang C with Python&#39;s&nbsp;<a href="https://pypi.org/project/pyworkforce/" rel="noopener ugc nofollow" target="_blank">Pyworkforce</a>&nbsp;package.</p> <p><a href="https://towardsdatascience.com/workforce-planning-optimization-using-python-69af0ef9011a"><strong>Learn More</strong></a></p>
Tags: Python ErlangC