carlomazzaferro / scikit-hts-examples

Example usage of scikit-hts
MIT License
53 stars 22 forks source link

Issue with hierarchy #18

Open francesco-de-napoli opened 2 years ago

francesco-de-napoli commented 2 years ago

I have the following tree, which seems to be correct

image

However, as you can see from the following matrix, the first level of the hierarchy is not correctly built (I have all zeros in the 2nd, 3rd, and 4th row)

image

Did I make some mistakes?

My data are the following

image

Thank you in advance