Hi,
Brilliant work with putting all the algorithm implementations together. I'd love to contribute on this project. I have a question though. I need a bit more understanding on the output generated by AKOM (I've commented out the rest of the models and also, I'm just using the FIFA dataset)
---FIFA---
Number of sequences : 5000
Number of distinct items: 2612
Largest item id: 2775
Itemsets per sequence: 40.1966
Distinct item per sequence: 38.6178
Occurences for each item: 1.0408827017592923
Size of the dataset in MB: 20000.803932
Memory history: 286 281 311 454 935 623 432 933 476 962 510 990 490 988 988
Max memory used: 990mb
Execution time: 8 seconds
AKOM
Success 26.659
Failure 73.341
No Match 0.46
Too Small 0.36
Overall 26.44
Size (MB) 6.532
Train Tim 0.499
Test Time 0.002
I have a series of inputs of the order -
1 4 2 5 3
1 3 5 2 3 2 1 5 3
1 5 3
1 5 2 3
For this above test data, I would like to predict the next item in the sequence 1 4 3 2
I look forward to your inputs
Hi,
Brilliant work with putting all the algorithm implementations together. I'd love to contribute on this project. I have a question though. I need a bit more understanding on the output generated by AKOM (I've commented out the rest of the models and also, I'm just using the FIFA dataset)
I have a series of inputs of the order -
For this above test data, I would like to predict the next item in the sequence
1 4 3 2I look forward to your inputs