Active Learning Module #1037
Replies: 8 comments 15 replies
-
Hello! Thank you for starting this topic. Active learning and online learning should play well together. As I understand it, active learning helps in speeding-up the labeling process. That assumes there is a labeling process in place, like with a user interface. Therefore, I don't understand how an active learning strategy can be implemented without a labeling process. My question to you is this: what kind of user experience do you envision? Do you have a good example of active learning? Would you simply store samples to label in a queue and delegate the labeling to a dedicated labeling tool? I'm all for implementing active learning, but I think the first step is to describe a user experience, and think things through before getting into an implementation :) |
Beta Was this translation helpful? Give feedback.
-
I have a setup to generate a streaming datasets of blobs to classify as signatures or not. I believe I can write a nice live demo of addressing this usecase with active learning :) |
Beta Was this translation helpful? Give feedback.
-
Check out this example from Rubrix, which uses small-text for active learning under the hood. |
Beta Was this translation helpful? Give feedback.
-
Hello. A Drift Detection Method Based on Active Learning. I used the strategy of Zloibaite. I. Zliobaite, A. Bifet, B.Pfahringer, G. Holmes. “Active Learning with |
Beta Was this translation helpful? Give feedback.
-
Is it interesting for the library to provide the implementation of the detection method based on active learning? |
Beta Was this translation helpful? Give feedback.
-
Hey! I implemented a basic active learning setup in #1162. I've added a card to remind us to look for better active learning strategies than the basic one I implemented. However, I'm quite confident we now have a strong foundation on which to build. |
Beta Was this translation helpful? Give feedback.
-
Hello. There are an error in from river import datasets. ModuleNotFoundError: No module named 'river.utils.vectordict' In the folder, the file vectordict it has the .pyx extension |
Beta Was this translation helpful? Give feedback.
-
I trying make git push with pre-commit, but this erro is showing. It looks like an SSH connection error to install yaml. Does anyone know how to help? Thank you `### version information
error information
` |
Beta Was this translation helpful? Give feedback.
-
Do you think it is necessary to implement an active learning module for river? Similar to MOA active, with some classic sampling methods such as Random Selection, FixedUncertainty, VarUncertainty, RandVarUncertainty, SelSampling?
I'm available to implement it since I have already implemented prototype for personal purpose.
Beta Was this translation helpful? Give feedback.
All reactions