SLIM icon indicating copy to clipboard operation
SLIM copied to clipboard

High-performance implementation of SLIM-based approaches for Top-N recommendation

Results 8 SLIM issues
Sort by recently updated
recently updated
newest added

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.

enhancement
Python

The current stdout information is redundant and unorganized. We need to organize the stdout information.

Python
C

[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...

Python

Add documentations for 1 vs k evaluation in both C code and Python interface. Add documentation for to_csr() function in Python interface.

documentation
Python
C

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...

enhancement
Python

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...