Skip to content

jonathan-taylor/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

Packages

No packages published

Languages

  • Python 51.5%
  • Jupyter Notebook 44.9%
  • Cython 2.9%
  • C++ 0.3%
  • R 0.3%
  • TeX 0.1%