munhouiani/GEE

Code issue in the way graidents are accumulated for bar plot https://github.com/munhouiani/GEE/blob/master/evaluation.ipynb

Opened this issue · 0 comments

Here, the gradient shouldn't be transposed in sns.barplot(x=grad.T.reshape(-1).tolist(), y=feature_name * grad.shape[0], orient='h', ax=ax).