Skip to content

Is the model training is wrong? #17

Open
@eardic

Description

@eardic

TMC-Shapley algorithm in the paper says that the model is trained for each new datum that is added to the batch. However, in the line below the model is trained only when the batch size is the same as the test size. Why is that so?

or len(set(y_batch)) == len(set(self.y_test))): ##FIXIT

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions