Skip to content

Why teach method fits the data? #95

Open
@Efesencan

Description

@Efesencan

When you teach your Active Learner the queried instance and its label, instead of just adding these new instances to train dataset, it also fits the model with these newly labeled dataset. But this is unnecessary. Because in my case, when I learn the label of one instance, I learn the 300 (this number can vary) other instances label(since they share the same label) automatically. Therefore, I have to teach 300 new instances at each query iteration to the Active Learner which takes a lot time because of the fit method. For this reason, I believe that fitting the data should be performed only in query method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions