MobileTeleSystems / RecTools

RecTools - library to build Recommendation Systems easier and faster than ever before
Apache License 2.0
273 stars 34 forks source link

`embedding_size` property for vector models #161

Open blondered opened 2 months ago

blondered commented 2 months ago

Feature Description

A property that will return full learnt embedding size for vector models. For ials it will count latent + feature factors. For lightfm it will add biases.

Why this feature?

Useful for model complexity comparison

Additional context

No response