fix feature labels in report_loo
NaNs are removed from corr
, but not from the list of feature labels. This creates an issue in dendro = hierarchy.dendrogram(...)
because there is no correspondance between the shape of corr and the feature list in loo_result
. This is now fixed