recommendation-algorithm icon indicating copy to clipboard operation
recommendation-algorithm copied to clipboard

Putting all data on a single $table cause unnecessary memory use

Open ZsgsDesign opened this issue 3 years ago • 0 comments

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.

ZsgsDesign avatar Mar 06 '22 01:03 ZsgsDesign