Skip to content

Commit 86cbb18

Browse files
authored
Update README.md
1 parent a310ba1 commit 86cbb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Evolution of HyperLogLog Estimation
1+
# The Evolution of the HyperLogLog Estimator
22
python implementations of Flajolet-Martin, LogLog, SuperLogLog, and HyperLogLog estimation algorithms, used to estimate the cardinality of unique traffic violations in NYC in the 2019 fiscal year
33

44
## the dataset (nyc-dataset.csv)
@@ -20,4 +20,4 @@
2020
uses SuperLogLog Estimation to approximate the number of unique entries in the dataset
2121

2222
## HyperLogLogEstimator.py
23-
uses HyperLogLog Estimation to to approximate the number of unique entries in the dataset
23+
uses HyperLogLog Estimation to to approximate the number of unique entries in the dataset

0 commit comments

Comments
 (0)