Skip to content
/ gamsel2 Public
forked from cran/gamsel

Generalized Additive Model Selection by Chouldechova and Hastie 2015

Notifications You must be signed in to change notification settings

egenn/gamsel2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generalized Additive Model Selection

a fork by EDG
work in progress

Reference: Chouldechova A and Hastie T, 2015

  • Data-derived defaults for degrees and dfs
  • New arguments min.degree, max.degree, min.df, max.df
  • failsafe option that fits a glm instead (will be changed to glmnet).

The above try to prevent the algorithm from hanging or failing, which happens with bad values for degrees or dfs. These little fixes should probably be improved. They were implemented to allow running gamsel within another algorithm on a large number of experiments.

About

Generalized Additive Model Selection by Chouldechova and Hastie 2015

Topics

Resources

Stars

Watchers

Forks

Languages

  • C 50.6%
  • R 49.4%