I have a dataframe with 522 observations, but when trying to use this I'm getting the following error from line 241:
ValueError: shapes (73, 3869) and (522, 1) not aligned: 3869 (dim 1) != 522 (dim 0)
I understand that the error is that the two matrices are not aligned, but I don't know where the (73, 3869) matrix was generated from?
I have a dataframe with 522 observations, but when trying to use this I'm getting the following error from line 241:
ValueError: shapes (73, 3869) and (522, 1) not aligned: 3869 (dim 1) != 522 (dim 0)I understand that the error is that the two matrices are not aligned, but I don't know where the (73, 3869) matrix was generated from?