Skip to content

Example of running a streaming regression in R using standard in and biglm.

Notifications You must be signed in to change notification settings

yoni/streaming_regression_with_r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Regression with R
---------------------------

An R package for running linear regression using streaming data from standard in.


Utilizes biglm's update function to update a solution based on chunked rows of CSV input data. This is intended to be used for very large scale data analysis using systems like Hadoop Streaming.

Build
-----

  bin/build.sh

Install
-------
  bin/build.sh
  R CMD INSTALL <tarball_name>

About

Example of running a streaming regression in R using standard in and biglm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published