Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 911 Bytes

File metadata and controls

30 lines (21 loc) · 911 Bytes

AutoRA Falsification Experimentalist

The falsification pooler and sampler identify novel experimental conditions $X'$ under which the loss $\hat{\mathcal{L}}(M,X,Y,X')$ of the best candidate model is predicted to be the highest. This loss is approximated with a multi-layer perceptron, which is trained to predict the loss of a candidate model, $M$, given experiment conditions $X$ and dependent measures $Y$ that have already been probed:

$$ \underset{X'}{argmax}~\hat{\mathcal{L}}(M,X,Y,X'). $$

Quickstart Guide

You will need:

Falsification Experimentalist is a part of the autora package:

pip install -U autora["experimentalist-falsification"]

Check your installation by running:

python -c "from autora.experimentalist.falsification import falsification_pool"