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've got a quick question about the way in which you have calculated m1 and m2 metrics. You have written in your paper that those two metrics aim "to measure the consistency between the observed input and the change in the corresponding prediction". So if we are interested in how the input impacts the prediction, why when calculating coefficient, you use y (y_corr_batch and y_seq_batch, so target values) instead of corresponding x values?
I've got a quick question about the way in which you have calculated m1 and m2 metrics. You have written in your paper that those two metrics aim "to measure the consistency between the observed input and the change in the corresponding prediction". So if we are interested in how the input impacts the prediction, why when calculating coefficient, you use y (y_corr_batch and y_seq_batch, so target values) instead of corresponding x values?
I have in mind this part of your code:
The text was updated successfully, but these errors were encountered: