Information for build python-pyfim-6.28-1.fc31
ID | 90844 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | python-pyfim | |||||||||||
Version | 6.28 | |||||||||||
Release | 1.fc31 | |||||||||||
Epoch | ||||||||||||
Source | git+https://src.fedoraproject.org/rpms/python-pyfim.git#3cc2e0444c026a394e0b52baf2a6e82a8584cba7 | |||||||||||
Summary | Frequent Item Set Mining and Association Rule Induction | |||||||||||
Description | PyFIM is an extension module that makes several frequent item set mining implementations available as functions in Python 2.7.x & 3.5.x. Currently apriori, eclat, fpgrowth, sam, relim, carpenter, ista, accretion and apriacc are available as functions, although the interfaces do not offer all of the options of the command line program. (Note that lcm is available as an algorithm mode of eclat.) There is also a "generic" function fim, which is essentially the same function as fpgrowth, only with a simplified interface (fewer options). Finally, there is a function arules for generating association rules (simplified interface compared to apriori, eclat and fpgrowth, which can also be used to generate association rules. How to use the functions can be seen in the example scripts testfim.py and testacc.py in the source package (directory pyfim/ex). From a Python script or command prompt interface, call help(fim), help(apriori) (or help(fim.apriori)), help(eclat) (or help(fim.eclat)) etc. or print, for example, apriori.__doc__, eclat.__doc__ etc. for a description of the functions and their arguments. This extension module was originally developed for Python 2.7. The shared objects made available above were compiled particularly for Python 2.7.11 and Python 3.5.1 on Ubuntu 16.04 LTS and the dynamic modules made available above were compiled for Python 2.7.10 and Python 3.5.1 on Windows 10. | |||||||||||
Built by | davidlt | |||||||||||
State | complete | |||||||||||
Volume | DEFAULT | |||||||||||
Started | Wed, 24 Jul 2019 01:43:27 UTC | |||||||||||
Completed | Wed, 24 Jul 2019 02:23:32 UTC | |||||||||||
Task | build (f31-candidate, /rpms/python-pyfim.git:3cc2e0444c026a394e0b52baf2a6e82a8584cba7) | |||||||||||
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pyfim.git#3cc2e0444c026a394e0b52baf2a6e82a8584cba7'}} | |||||||||||
Tags |
|
|||||||||||
RPMs |
|
|||||||||||
Logs |
|
|||||||||||
Changelog | * Wed Jun 12 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 6.28-1 - Use better file entry * Mon Jun 10 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 6.28-1 - Initial build |