Skip to content

sophial05/selective-inference

 
 

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 53.7%
  • Jupyter Notebook 45.6%
  • Other 0.7%