Closed victox5 closed 5 years ago
Thank you! Please, sync the styling with the existing examples and consider fixing grammatical errors and misspellings.
I will check the other examples, thanks.
Take this file as an example https://github.com/gakhov/pdsa/blob/add-examples/examples/frequency/count_min_sketch.py
Closes #24
I see your wish to express 2 cases in the example, for digits and text values. But having two if __name__ == '__main__':
sections actually very confusing.
Maybe let's keep the digits only? The case with string is already explained in the documentation in any case.
Cool, we can keep only the numeric example. :)
Thank you and congrats with your first merged PR to PDSA!
Nice package! I thought it could be interesting to give some real case example to be aware of the implications of the different variables.