Skip to content

Selection of Reference value and scores interpretation #104

Open
@Poojavk93

Description

@Poojavk93

Hey!

While calculating the 'scores', if I use the first row of my test data for input_data_list, as follows:

scores = np.array(deeplift_contribs_func(task_idx=0, input_data_list=[xtest.iloc[[0]]], batch_size=10, progress_update=1000))

Question 1:
Can I use my training data as reference? If so, do I use the complete data?
Also, how do I check for my reference value?

Question 2:
When you say "A negative contribution score on an input means that the input contributed to moving the output below its reference value" what does that indicate? Is the presence of said feature pushing it away from the intended prediction? does the specific feature have a negative-direction impact on the target variable?

Thank you!

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