# How to Install
```shell
pip install FIMProject
```
# How to Use It
```python
from FIM import apriori, association_rules
freq_items = apriori(df, min_support=0.6, show_colnames=True)
rules = association_rules(freq_items, metric="confidince", min_threshold=0.7)
```
# What is df?
<p>
df is a pandas dataframe. It is a table of transactions. Each row is a transaction and each column is an item. The value of each cell is the number of items in the transaction.
</p>
Raw data
{
"_id": null,
"home_page": "https://github.com/fatihsen20/Frequent-Mining-Algorithms",
"name": "FIMProject",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "FIM,Frequent Itemset Mining,Frequent Sequence Mining,Association Rule Mining,ARM",
"author": "Fatih Sen",
"author_email": "fatih.sn2000@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/23/1d/4edd3a00261a48caaddea06693978da3f8b69dd98a74fbe98d45ce66fd18/FIMProject-0.0.6.tar.gz",
"platform": null,
"description": " # How to Install\r\n```shell\r\npip install FIMProject\r\n```\r\n# How to Use It\r\n```python\r\nfrom FIM import apriori, association_rules\r\n\r\nfreq_items = apriori(df, min_support=0.6, show_colnames=True)\r\nrules = association_rules(freq_items, metric=\"confidince\", min_threshold=0.7)\r\n\r\n```\r\n\r\n# What is df? \r\n\r\n<p>\r\ndf is a pandas dataframe. It is a table of transactions. Each row is a transaction and each column is an item. The value of each cell is the number of items in the transaction.\r\n</p>\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Frequent Itemset Mining and Frequent Sequence Mining Algorithms package for ARM",
"version": "0.0.6",
"project_urls": {
"Homepage": "https://github.com/fatihsen20/Frequent-Mining-Algorithms"
},
"split_keywords": [
"fim",
"frequent itemset mining",
"frequent sequence mining",
"association rule mining",
"arm"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "721984e9898515223b4e14c3aba1fda9f2841112069a56413b32e97f974460c9",
"md5": "10f9679d3322dfcb407afcd49ddb773a",
"sha256": "ae3f7d18c45643f52de3ead4da8869640477ab44cd3cfa57842496ef90f9ed99"
},
"downloads": -1,
"filename": "FIMProject-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "10f9679d3322dfcb407afcd49ddb773a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 11820,
"upload_time": "2023-07-21T13:23:01",
"upload_time_iso_8601": "2023-07-21T13:23:01.521663Z",
"url": "https://files.pythonhosted.org/packages/72/19/84e9898515223b4e14c3aba1fda9f2841112069a56413b32e97f974460c9/FIMProject-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "231d4edd3a00261a48caaddea06693978da3f8b69dd98a74fbe98d45ce66fd18",
"md5": "3f61651121a96415183c9431c5dc3b60",
"sha256": "c72da9b2a1431f8c21e80771173f143ad0f1f312da08ad56258e4606f015be5c"
},
"downloads": -1,
"filename": "FIMProject-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "3f61651121a96415183c9431c5dc3b60",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 8883,
"upload_time": "2023-07-21T13:23:03",
"upload_time_iso_8601": "2023-07-21T13:23:03.348404Z",
"url": "https://files.pythonhosted.org/packages/23/1d/4edd3a00261a48caaddea06693978da3f8b69dd98a74fbe98d45ce66fd18/FIMProject-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-21 13:23:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fatihsen20",
"github_project": "Frequent-Mining-Algorithms",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "fimproject"
}