Skip to Content
Modern R Programming Cookbook
book

Modern R Programming Cookbook

by Jaynal Abedin
October 2017
Beginner to intermediate
236 pages
7h 38m
English
Packt Publishing
Content preview from Modern R Programming Cookbook

Parallel Processing in R

In data science application development, such as credit card fraud detection, airline delay prediction, sentiment analysis from a huge corpus of text, and so on, we are required to store, process, and analyze a dataset that might not fit into computer memory. Moreover, in some situations, the dataset might not be that big but the complexity of the algorithm forces us to use huge memory. In these types of situations where the dataset is way too big, or the algorithm is too complex, you are required to use parallel processing to achieve the task. In R, the data frame is the most convenient and popular structure to store, process, and analyze a dataset, but for a larger data context, the data frame is not fast enough. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

R Cookbook, 2nd Edition

R Cookbook, 2nd Edition

JD Long, Paul Teetor

Publisher Resources

ISBN: 9781787129054Supplemental Content