-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update faq.md #203
Update faq.md #203
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing :)
### Which query size to use? | ||
|
||
Of course the lower the better, but [Atighehchian et al.](https://arxiv.org/abs/2006.09916) shows that BALD works well with a query size under 1000. This was tested on an academic dataset where Random sampling is especially strong. In practice, BALD performs worse on low-diversity datasets and could wrongly behave on a lower query size. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets add a section on what to do if the test and train distribution are different (actually this can be a tutorial) wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I understand? What happens when the train and test distributions are different?
Co-authored-by: Parmida Atighehchian <parmidaatg@users.noreply.github.com>
Co-authored-by: Parmida Atighehchian <parmidaatg@users.noreply.github.com>
Summary:
First pass at trying to answer some common questions.
Let me know if this is useful and which questions should we add?
Features:
Checklist:
tests/documentation_test.py
).