-
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 README and CONTRIBUTING #222
Conversation
ping |
Will review properly tonight! Cheers for the ping, had no idea this existed. Edit: *tomorrow morning. Got preoccupied with work stuff. |
At first, we will **not** support label propagation, but it can be done in the future. | ||
|
||
## Motivation | ||
|
||
Many papers propose to combine active learning and semi-supervised learning. Currently, it is not easy to perform SS learning with BaaL. One needs to know the internal representation of ActiveLearningDataset to do so. | ||
Many papers propose to combine active learning and semi-supervised learning. Currently, it is not easy to perform SS learning with Baal. One needs to know the internal representation of ActiveLearningDataset to do so. | ||
This RFC proposes a new API to make this easier. |
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.
Will this just be label prop? I guess editing the API would account for all techniques. Is there a specific package that implements SSL techniques that we should aim to integrate with?
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 familiar with any, and there is not much research around SSL in AL. We do have some light support for it, but we don't have a tutorial or anything.
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.
looks good :)
Summary:
Rename BaaL to Baal.
Improve contribution guidelines as few people uses Poetry.
Added list of current maintainers.
Features:
Checklist:
tests/documentation_test.py
).