The LLI algorithm extracts the latent variable vectors from using a linear optimization framework for tensor and retrieve recommendation from caculations of those latent variable vectors.
For train-test-split percentage
python src/main.py 2 ml-1m --percent 0.2 --eps 1e-10 --gpuid 0
For the MovieLens1M dataset using 3 features with percentage
python src/main.py 3 ml-1m --percent 0.2 --limit 800 --num_feature 3 --steps 10 --gpuid 0