Skip to content

pstefanou12/Truncated-Regression-With-Unknown-Noise-Variance-NeurIPS-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Efficient Truncated Regression with Unknown Noise Variance - NeurIPs - 2021

To use the library, clone repository and then install dependencies using

pip install --user -r requirements.txt

This repository contains code for the experiments run in the paper Efficient Truncated Regression with Unknown Noise Variance that was submitted to NeurIPs 2021.

The notebooks for all of the experiments that we run can be located in the efficient-truncated-regression-with-unknown-noise-variance/notebooks/neurips directory of the repository. Within this directory there are five notebooks and one R script. The R script is for running experiments on the truncreg R package.

All five of the notebooks should run once all of the dependencies are installed.

We perform one semi-synthetic experiment on the PM10 dataset. We have included the csv file for this dataset in the notebooks folder. Nevertheless, the dataset can be found online, here.

Within each notebook, the only thing that will need to be changed is the out_dir and exp keys that are located in the args dictionary of the second cell of each notebook. The out_dir key signifies where the experiment results will be logged in. The exp key is the name of the experiment that you are currently running.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages