KarypisLab / SLIM

High-performance implementation of SLIM-based approaches for Top-N recommendation
112 stars 17 forks source link

dtype handling for labels in the map file #21

Open Meghpal opened 2 years ago

Meghpal commented 2 years ago

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. Previously defined functions and projects should continue to behave the same way.