Resolved: Why do you have to transpose the weights?
I don't understand why you have to transpose the weights. You can obtain the same result without doing so. Please explain
3 answers ( 1 marked as helpful)
Hi Marcus!
Thanks for reaching out.
We do that to stick to the econometric formula for multiplication of matrices. Otherwise, so long as you obtain the correct answer in Python, you could avoid using the transpose.
Because of the former reason, we do advise using the transpose values.
Hope this helps.
Best,
Martin
That makes sense, thank you!
You are very welcome!
Best,
Martin