Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 761 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 761 Bytes

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