Skip to content
/ dbglm Public

Fast generalised linear models by sampling and one-step polishing

Notifications You must be signed in to change notification settings

tslumley/dbglm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package fits generalised linear models to moderately large data sets stored in a relational database. The code has implementations for MonetDB and SQLite, but should be easy to adapt to any other database that has EXP and RAND.

The code takes a subsample of the data, fits the model in memory, then improves the estimate with one step of Fisher scoring computed with a single SQL aggregation query.

About

Fast generalised linear models by sampling and one-step polishing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages