Contribute Media
A thank you to everyone who makes this possible: Read More

Python Doesn’t Have to Be Slow: Speeding Up a Large-Scale Optimization Algorithm

Description

We will present a case study of portfolio allocation on a Peer 2 Peer platform. Within the context of development of a heuristic optimization algorithm, we will focus on the bottlenecks of data manipulation in pandas, how to resolve them by using pure Numpy, compilation with Numba and embarrassingly parallel loops and explain how they work under the hood.

Details

Improve this page