Skip to content

snigdhagit/selective-inference

This branch is 5 commits ahead of, 106 commits behind jonathan-taylor/selective-inference:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Snigdha Panigrahi
Jul 20, 2021
3989729 · Jul 20, 2021
Apr 2, 2020
Jul 8, 2020
Nov 15, 2013
Sep 4, 2019
Jul 20, 2021
Sep 24, 2019
Sep 28, 2016
Nov 15, 2013
May 12, 2016
Sep 24, 2019
Apr 23, 2019
Sep 24, 2019
Apr 2, 2020
Jan 25, 2015
Jul 19, 2018
Sep 24, 2019
Sep 12, 2015
Jun 28, 2017
Apr 23, 2019
Apr 2, 2020
Sep 10, 2017
Apr 23, 2019
Sep 18, 2019
Aug 14, 2017
Sep 25, 2019
Apr 23, 2019
Sep 20, 2019
Oct 25, 2017
Feb 22, 2020
Oct 24, 2017
Oct 24, 2017

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%