简体   繁体   中英

Logistic Regression with R and Hadoop

We are using rmr and rhadoop package of RevoR . Can we perform linear regression on an entire data set in hadoop without the need to implement the linear regression algorithm in map reduce

or

Is rmr and rhadoop, just used for summarizing the data and then running regression on the summarized data locally?

Neither. You can implement any sort of algorithm in rmr, not only summaries. However, it's not an algorithm package, as such it doesn't include linear regression or clustering or anything of that sort, much like packages parallel or snow.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM