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.
- Host: GitHub
- URL: https://github.com/crypdick/ray-data-map-reduce
- Owner: crypdick
- Created: 2025-02-08T05:11:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T05:15:10.000Z (over 1 year ago)
- Last Synced: 2025-02-08T06:20:45.699Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```