An open API service indexing awesome lists of open source software.

https://github.com/crypdick/ray-data-map-reduce

Examples of using Ray Data to perform a map-reduce job with AggregateFn.
https://github.com/crypdick/ray-data-map-reduce

Last synced: 11 months ago
JSON representation

Examples of using Ray Data to perform a map-reduce job with AggregateFn.

Awesome Lists containing this project

README

          

# ray-data-map-reduce

## Overview

This project demonstrates how to use Ray Data to perform a map-reduce job with AggregateFn.

Accompanying blog post: [Guide to Map-Reduce Jobs in Ray Data](https://www.richarddecal.com/data-science/guide-to-map-reduce-jobs-in-ray-data/)

## Dependencies

```bash
pip install -r requirements.txt
```

## Usage

```bash
python map_reduce_bigrams.py
```