You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update docstring for num_pooling and pooling_factor (#3396)
Summary:
Pull Request resolved: #3396
# context
* Often confused by the terminology related to pooling
* for normal use cases, the pooling factor means the average id count in a pooled embedding.
for example, sparse feature of "books a person has read", the pooling factor would be the average book count perople has read
* for EBF (event-based feature), there would be multiple events in a feature, the num_pooling describes the event count in a feature.
for example, the EBF of "books a person has read" for "people I met in past week", would have the pooling factor, while the num_pooling is the average met-people count.
Reviewed By: mserturk
Differential Revision: D83356999
fbshipit-source-id: 7a68fb7d60026b88a467766a52edb1743be89603
0 commit comments