Archives
Categories
- Academia (54)
- artificial intelligence (21)
- Big data (57)
- cfp (5)
- Conference (44)
- Data Mining (108)
- Data science (54)
- General (35)
- Industry (1)
- Interview (1)
- Machine Learning (4)
- Mathematics (2)
- open-source (10)
- Pattern Mining (23)
- Plagiarism (6)
- Programming (16)
- Research (91)
- Time series (2)
- Uncategorized (14)
- Utility Mining (8)
- Video (10)
- Website (1)
-
Recent Posts
- Analyzing the COVID-19 genome with AI and data mining techniques (paper + data + code)
- New version of SPMF (2.44): 4 new algorithms, datasets and features
- An introduction to frequent subgraph mining (repost)
- Sequential pattern mining vs Sequence prediction ?
- Email invitation to be a “special” speaker, a scam?
- Two journal special issues with deadlines in 2021
- Atomic Habits to Become a Better Researcher
- The Hard Road to Success in Academia
- If I would do a PhD again, what would I do differently?
- Analyzing COVID-19 tweets to understand the public opinion
Recent Comments
- Philippe Fournier-Viger on Six important skills to become a succesful researcher
- Analyzing the COVID-19 genome with AI and data mining techniques (paper + data + code) | The Data Mining Blog on An Introduction to Sequential Rule Mining
- Analyzing the COVID-19 genome with AI and data mining techniques (PAPER + CODE + DATA) | The Data Mining Blog on An Introduction to Sequential Pattern Mining
- Irfan Nurhidayat on Six important skills to become a succesful researcher
- Lankarie Chamoda on Six important skills to become a succesful researcher
Tag cloud
- academia
- ai
- algorithm
- algorithms
- article
- articles
- artificial intelligence
- big data
- china
- conference
- data
- data mining
- data science
- dataset
- frequent pattern mining
- frequent patterns
- high-utility mining
- high utility itemset mining
- icdm
- ieaaie
- itemset mining
- java
- journal
- machine learning
- open-source
- pakdd
- paper
- papers
- pattern mining
- phd
- plagiarism
- programming
- Research
- researcher
- research paper
- review
- reviewer
- sequence
- sequence prediction
- software
- spmf
- utility mining
- video
- workshop
- writing
Number of visitors:
1,945,382
Tag Archives: minsup
How to auto-adjust the minimum support threshold according to the data size
Today, I will do a quick post on how to automatically adjust the minimum support threshold of frequent pattern mining algorithms such as Apriori, FPGrowth and PrefixSpan according to the size of the data. The problem is simple. Let’s … Continue reading
Posted in Data Mining, Programming
Tagged apriori, fpgrowth, frequent pattern mining, itemset mining, minsup, prefixspan
42 Comments