Skip to content

PatchscopeLogitLens & ClassicLogitLens run method have different arguments #47

@llinauer

Description

@llinauer

Since we want to follow the scikit-learn .fit type of execution for all our .run methods, the PatchscopeLogitLens and the ClassicLogitLens .run methods should take the same arguments.
This should be doable.

The SourceContext position attribute can be a sequence of integers. So, we can process more than one positions in one Patchscope "patch". This means, we can pass a sequence of integers to the PatchscopeLogitLens .run method as well.

We then simply need to change the ClassicLogitLens .run method to take the same arguments and adapt all scripts that use them.

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