Tag Archives: python

Performance of Java vs Python for Sequential Pattern Mining (CM-SPAM)

There is always a debate about the performance of different programming languages, which is one aspect among many for choosing a programming language. As the founder of the SPMF data mining library, implemented in Java and focused on performance, I … Continue reading

Posted in Data Mining, Pattern Mining | Tagged , , , , , , | Leave a comment

How to download an offline copy of the SPMF documentation?

Today, I will show you how to download an offline copy of the SPMF documentation. In the upcoming version 2.60 of SPMF, you can run this algorithm to open the windows of developpers tools: Then you can click here to … Continue reading

Posted in spmf | Tagged , , , , , , | Leave a comment

How to call SPMF from Python (as an external program)?

In this blog post, I will explain how to call the SPMF data mining library from Python. Generally, there are two ways to call SPMF from Python. The first way is to use an unofficial Python wrapper for SPMF such as … Continue reading

Posted in Data Mining, Data science, open-source, Pattern Mining, spmf | Tagged , , , , , , , , , , , , | 3 Comments