This is an automated email from the ASF dual-hosted git repository. charlie pushed a commit to branch add-python-plotting in repository https://gitbox.apache.org/repos/asf/datasketches-characterization.git
commit 47acb6674fb727a2c0dd6be16538d597122db3b2 Author: c-dickens <[email protected]> AuthorDate: Fri Aug 16 10:30:26 2024 +0100 Added readme --- src/notebooks/README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/notebooks/README.md b/src/notebooks/README.md index 32225cb..74851e5 100644 --- a/src/notebooks/README.md +++ b/src/notebooks/README.md @@ -1,13 +1,10 @@ -# Python Notebooks - -These Python notebooks contain the code for generating the plots from -some of the JAva characterization experiments. -The notebooks require basic Python data analysis libraries such as: -- pandas -- numpy -- matplotlib -- seaborn -- scipy -- jupyter -The packages and their dependencies are included in the -`requirements.txt` file in case you need to make a new virtual environment. \ No newline at end of file +# Quotient Filter Profiles Plotting + +This folder contains code for plotting quotient filter profiles. +The notebooks are used to generate visualizations and analyze the performance of quotient filters. + +## Usage + +To use the plotting code you may need to install the packages in +the `requirements.txt` file. + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
