recommendation-algorithm
recommendation-algorithm copied to clipboard
Putting all data on a single $table cause unnecessary memory use
One the first step this algorithm uses $table to create the model for later processing. However, the $table is an array. If we have a large dataset, it might cause problems.