You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need clarification in function detect feature sign.
For calculating feature dependence value we are transforming input by
obtain_orthogonal_transformed_matrix function and obtain the output from model by sending
the transformed input to model.
For calculating feature sign we are transforming the input by different transformation
and output from model by sending the transformed input to model.
Output from model for step 1 and 2 is different for same feature.
So can you please clarify why we are using two different transformation for calculating feature dependence value and sign respectively.
Hoping to hear from you soon.
Thankyou in Advance
The text was updated successfully, but these errors were encountered:
Hi Julius,
I need clarification in function detect feature sign.
obtain_orthogonal_transformed_matrix function and obtain the output from model by sending
the transformed input to model.
and output from model by sending the transformed input to model.
Output from model for step 1 and 2 is different for same feature.
So can you please clarify why we are using two different transformation for calculating feature dependence value and sign respectively.
Hoping to hear from you soon.
Thankyou in Advance
The text was updated successfully, but these errors were encountered: