PureSVDModel ============ .. currentmodule:: rectools.models.pure_svd .. autoclass:: PureSVDModel :members: :show-inheritance: :exclude-members: __init__ :inherited-members: .. rubric:: Methods .. autosummary:: ~PureSVDModel.dumps ~PureSVDModel.fit ~PureSVDModel.fit_partial ~PureSVDModel.from_config ~PureSVDModel.from_params ~PureSVDModel.get_config ~PureSVDModel.get_params ~PureSVDModel.get_vectors ~PureSVDModel.load ~PureSVDModel.loads ~PureSVDModel.recommend ~PureSVDModel.recommend_to_items ~PureSVDModel.save .. rubric:: Attributes .. autosummary:: ~PureSVDModel.i2i_dist ~PureSVDModel.recommends_for_cold ~PureSVDModel.recommends_for_warm ~PureSVDModel.require_recommend_context ~PureSVDModel.u2i_dist