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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
We use the confidence threshold to be sure only pages which meet it get prefetched. But, currently we exclude exists, thus, confidence computed for pages aren't accurate. For example, if the confidence threshold is 0.5, although, there is 0.8 probability that the user leaves the page, nothing must be prefetched.
We use the confidence threshold to be sure only pages which meet it get prefetched. But, currently we exclude exists, thus, confidence computed for pages aren't accurate. For example, if the confidence threshold is 0.5, although, there is 0.8 probability that the user leaves the page, nothing must be prefetched.