A Map-reduce Example in Ray
Introduction Last fall, we had several blog posts on Ray, a new distributed infrastructure, focused on machine learning and data engineering. In this blog post, I explore a map-reduce example to use Ray with large scale applications. Although Ray’s documentation already has a simple map-reduce example, I want to look at a more complex problem to better understand what Ray’s capabilities are. The map-reduce algorithm is one of the most… Read More »A Map-reduce Example in Ray