From c38f0fe144c03d1c2c45abbc1779e265b82bae60 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 4 Nov 2023 00:56:15 +0900 Subject: [PATCH] Update README.md foler -> folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2f9d0..1959980 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The repository is organized into three main folders: - ```./examples/``` - ```./tests/``` -The first foler, ```./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 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. 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.