/thresholdOut-explorations

playing with Dwork's adaptive holdout and how to use it for a grid-search

Primary LanguageJupyter NotebookMIT LicenseMIT

thresholdOut-explorations

Testing Dwork's resuable holdout on grid-search

./original_method

This folder contains the a python reimplementation of Dwork's method that was published as The reusable holdout: Preserving validity in adaptive data analysis and originally hoster here

Testing it out on grid search

The notebook linked here walks through an experiment showing thresholdOut being applied in a more typical grid-search supervised learning context. More discussion is availabe on my blog post here