Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,881 changes: 1,881 additions & 0 deletions Frequent_Pattern_Mining/Hands-on Practice FPM Module.ipynb

Large diffs are not rendered by default.

99,936 changes: 99,936 additions & 0 deletions Frequent_Pattern_Mining/T10I4D100K_new.dat

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Frequent_Pattern_Mining/activities_data.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1 2 3 1 1
3 2 3 2 1
3 2 1 2 1
3 3 1 2 1
2 1 1 3 2
1 3 1 3 3
Binary file added Frequent_Pattern_Mining/apriori
Binary file not shown.
Binary file added Frequent_Pattern_Mining/eclat
Binary file not shown.
Binary file added Frequent_Pattern_Mining/fpgrowth
Binary file not shown.
Binary file added Frequent_Pattern_Mining/prefixspan
Binary file not shown.
16 changes: 16 additions & 0 deletions Frequent_Pattern_Mining/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Core numeric/data stack
numpy
pandas
scipy

# ML
scikit-learn

# Visualization
matplotlib
seaborn

# Jupyter Notebook
notebook
ipykernel
nbconvert
Binary file added Frequent_Pattern_Mining/seqwog
Binary file not shown.