You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pami_pykit stands for PAttern MIning python kit, which contains a set of python libraries to discover user interest-based patterns in the data. The python programs in this toolkit belong to one of the following three topics.
Native sequential algorithms - traditional pattern mining algorithms whose input exists in the form of transactional databases (or files).
DataFrame sequential algorithms - Native sequential algorithms are modified to accept dataframes as input. These algorithms can be exported to other softwares like Azure.
Native parallel algorithms - We provide algorithms for finding patterns in Map-Reduce framework.