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
Add parameter --skip-similarity-preprocessing instead of --estimate-union and --rearrange-user-bins. Set it as
advanced.
If --max-rearrangement-ratio 1, then --rearrange-user-bins should be off, so the flag is not necessary.
The text was updated successfully, but these errors were encountered:
What happens if --skip-similarity-preprocessing is set but --max-rearrangement-ratio is NOT 1. This would somehow mean that I want --rearrange-user-bins but not --estimate-union which is not possible.
EDIT: Ah I see. --skip-similarity-preprocessing disables both. Then we don't have this problem
Add parameter
--skip-similarity-preprocessing
instead of--estimate-union
and--rearrange-user-bins
. Set it asadvanced.
If
--max-rearrangement-ratio 1
, then--rearrange-user-bins
should be off, so the flag is not necessary.The text was updated successfully, but these errors were encountered: