Replies: 1 comment 1 reply
-
Hi @aspitarl, that sounds like a nice feature. I'm personally a big fan of using properly annotated DataArrays or Datasets for plotting. If you would be interested in contributing, I think it would be great to have a utility function that takes a
not really sure about the name though... Let me know if you would be interested! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was interested in visualizing the results of a multidimensional gridsearch with xarray and wrote a minimal example converting the results to a DataArray. I'm not sure if this is relevant to sklearn-xarray, as it seems like the package is more centered around the representation of the training data as an xarray object, but I wanted to post it in case there was interest in incorporating this in the package. Or maybe I've missed it and you already have this functionality. This example is just an initial idea and obviously doesn't cover all bases.
Results:
Beta Was this translation helpful? Give feedback.
All reactions