{"id":16697003,"url":"https://github.com/seratch/apriori-algorithm","last_synced_at":"2025-04-10T02:52:28.004Z","repository":{"id":62553453,"uuid":"24335930","full_name":"seratch/apriori-algorithm","owner":"seratch","description":"Apriori Algorithm Ruby implementation","archived":false,"fork":false,"pushed_at":"2014-09-22T23:54:33.000Z","size":160,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T04:22:30.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seratch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-22T16:16:07.000Z","updated_at":"2022-01-18T14:13:24.000Z","dependencies_parsed_at":"2022-11-03T04:30:35.170Z","dependency_job_id":null,"html_url":"https://github.com/seratch/apriori-algorithm","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fapriori-algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fapriori-algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fapriori-algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fapriori-algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seratch","download_url":"https://codeload.github.com/seratch/apriori-algorithm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248147120,"owners_count":21055479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T17:45:44.717Z","updated_at":"2025-04-10T02:52:27.984Z","avatar_url":"https://github.com/seratch.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apriori::Algorithm\n\n[Apriori Algorithm](http://en.wikipedia.org/wiki/Apriori_algorithm) Ruby implementation which is based on https://github.com/asaini/Apriori/blob/master/apriori.py.\n\n## Installation\n\n[![Gem Version](https://badge.fury.io/rb/apriori-algorithm.svg)](http://badge.fury.io/rb/apriori-algorithm)\n\n[![Build Status](https://travis-ci.org/seratch/apriori-algorithm.svg)](https://travis-ci.org/seratch/apriori-algorithm)\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'apriori-algorithm'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install apriori-algorithm\n\n## Usage\n\nSee also: spec/usage_spec.rb\n\n    require 'apriori/algorithm'\n    algorithm = Apriori::Algorithm.new()\n    #algorithm = Apriori::Algorithm.new(0.15, 0.8)\n    \n    result = algorithm.analyze(transactions)\n    result.frequent_item_sets\n    result.association_rules\n\n## License\n\nThe MIT License\n\nCopyright (c) 2014 Kazuhiro Sera\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/apriori-algorithm/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseratch%2Fapriori-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseratch%2Fapriori-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseratch%2Fapriori-algorithm/lists"}