Skip to content

snigdhagit/selective-inference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The selection project

This project contains software for selective inference, with emphasis on selective inference in regression.

Some key references

Install

git submodule init # travis_tools and C-software
git submodule update
pip install -r requirements.txt
python setup.py install

Potential speedups

  • We can condition on “parts” of each draw of the sampler, in particular if we condition on the projection of the rejection sample - center onto direction then resampling on the ray can be sped up for some things like LASSO. Could be some cost in power.
  • Learning a higher dimensional function can perhaps save some time – proper conditioning has to be checked.

About

Software for selective inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.5%
  • Jupyter Notebook 44.8%
  • Other 0.7%