Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39fe666

Browse files
authored
Add Ray to Cluster computing
# What is this Python project? Ray is a flexible, high-performance distributed execution framework. It achieves parallelism in Python with simple and consistent API. Ray is particularly suited for machine learning and forms the base of libraries for deep and reinforcement learning, distributing processing of Pandas dataframes, or hyper parameter search. # What's the difference between this Python project and similar ones? - Similar to Dask, see a comparison here: ray-project/ray#642 - Allows to efficiently share large numpy arrays (or objects serializable with Arrow) between the processes, without copying the data and with only minimal deserialization - Achieves lower latency with bottom up scheduling
1 parent f24b49d commit 39fe666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
248248
* [faust](https://github.com/robinhood/faust) - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python.
249249
* [luigi](https://github.com/spotify/luigi) - A module that helps you build complex pipelines of batch jobs.
250250
* [mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services.
251+
* [Ray](https://github.com/ray-project/ray/) - A system for parallel and distributed Python that unifies the machine learning ecosystem.
251252
* [streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/).
252253

253254
## Code Analysis

0 commit comments

Comments
 (0)