SLIM
SLIM copied to clipboard
High-performance implementation of SLIM-based approaches for Top-N recommendation
Currently `load_model` is not supported for the cases where map labels are non-integers. This PR adds an optional argument to specify the data type while loading the map from disk....
We need to add the pip installation of the package.
The current stdout information is redundant and unorganized. We need to organize the stdout information.
[Need discussion] What should be the format for the I/O of the predict() function in the Python interface? It seems that the current I/O format is not easy enough to...
Add documentations for 1 vs k evaluation in both C code and Python interface. Add documentation for to_csr() function in Python interface.
The current mselect function only prints out the best performing hyper-parameter. It is better to output the best performing (or all?) model as well (or give this as an option...
To integrate SLIM with other models (for example, use SLIM to construct the item similarity graph and run GCN on it to compute item embeddings for item-based recommendation), it'll be...