Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelopoulos authored Nov 13, 2023
1 parent 820653f commit 02e694f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ The repository is organized into three main folders:
- ```./tests/```

The first folder, ```./ppi_py```, contains all the code that eventually gets compiled into the ```ppi_py``` package. Most importantly, there is a file, ```./ppi_py/ppi.py```, which implements all the prediction-powered point estimates, confidence intervals, and p-values for different estimators.
The file ```./ppi_py/cross_ppi.py``` contains implementations of cross-prediction-powered inference, which allows for model training on the same data used for inference.
There is also a file, ```./ppi_py/baselines.py```, which implements several baselines.
Finally, the file ```./ppi_py/datasets/datasets.py``` handles the loading of the sample datasets.

Expand Down

0 comments on commit 02e694f

Please sign in to comment.