wrong order of arguments in tutorial #80
stefanhuber1510
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @stefanhuber1510, Thanks for the comment, we fixed the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The last line of the first big block of the tutorial on the readme file is the following:
Y_rec_df = hrec.reconcile(Y_hat_df, Y_df_train, S, tags)
It seems to me that, Y_df_train is in the wrong position here, and should come after tags (since the arguments are positional and thus the order matters)
Beta Was this translation helpful? Give feedback.
All reactions