From 9edeceb9f25883850875929f2a05e0d42df17f97 Mon Sep 17 00:00:00 2001 From: Devbrat Anuragi <39759685+AslanDevbrat@users.noreply.github.com> Date: Fri, 16 Jul 2021 16:36:57 +0530 Subject: [PATCH] fixed Grammar --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index b15cdaa..05480f1 100644 --- a/Readme.md +++ b/Readme.md @@ -18,7 +18,7 @@ encounter errors, you may need to run setup with elevated permissions: Library Usage ------------- -Usage of the module is very simple. Assuming you have some iterable of transactions (which are themselves iterables of items) called `transactions` and +Usage of the module is straightforward. Assuming you have some iterable of transactions (which are themselves iterables of items) called `transactions` and an integer minimum support value `minsup`, you can find the frequent itemsets in your transactions with the following code: @@ -35,7 +35,7 @@ Script Usage Once installed, the module can also be used as a stand-alone script. It will read a list of transactions formatted as a CSV file. (An example of such a file -in included in the `examples` directory.) +is included in the `examples` directory.) python -m fp_growth -s {minimum support} {path to CSV file} @@ -84,4 +84,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [me]: http://github.com/enaeseth/ -[pypi]: http://pypi.python.org/ \ No newline at end of file +[pypi]: http://pypi.python.org/