Skip to content

tobias-freidling/hsic-lasso-psi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post-selection inference with HSIC-Lasso

This repository implements a post-selection inference procedure for feature selection with HSIC-Lasso based on the polyhedral lemma.

Versions and Usage

master_thesis_version: This code implements the procedure, simulations and real-world experiments of my Master thesis Model uncertainty in statistical inference. It is not entirely tested and might contain errors.

paper_version: This folder contains code and experiments from the paper Post-selection inference with HSIC-Lasso (to be published in ICML 2021).

The procedure is implemented with a focus on demonstrating its feasibility and analysing its behaviour. Therefore, some methods contain attributes that practitioners do not need when analysing data, naming is not always concise, the division of code blocks into classes and methods can be improved etc. For this reason, we ask the user to be cautious when applying our code.

Requirements

numpy, matplotlib, pandas, scipy, sklearn, joblib, covar, mskernel

About

Post-selection inference based on truncated Gaussians for the HSIC-Lasso feature selection procedure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages