Aadya Chinubhai
Aadya Chinubhai
Yes, I'm encountering the same error
Hello! Can anyone please review this PR and let me know If I'm missing out something?
If our application is to detect duplicated products from Images, Can we use a Siamese Network?
I tried using Weiner filters, I don't think it is very helpful.
Hi @sethaxen , I was willing to implement the `loo_expectation` function in `arviz.stats`. From what I understood, we could implement it by calculating the weights using `az.loo` and then use...
@sethaxen Thanks for the quick reply :+1: . I'll keep these points in mind and try to submit a draft PR implementing the `loo_expectation` function, you can review it whenever...
Hi @OriolAbril , to work on this issue I need to extend the `WorkingWithInferenceData` IPython notebook right? I'm planning to work on adding the `modifying, transforming and/or creating a variable...
@OriolAbril Thanks for the update. Showing how to apply the same transformation to multiple groups for example using [map](https://python.arviz.org/en/stable/api/generated/arviz.InferenceData.map.html#arviz.InferenceData.map) sounds like a good idea, I'll try doing that. I came...
Hello! I'm new to sunPy, I'm interested in implementing this function. From what I understand it should be something like: ``` import spiceypy as spice import numpy as np def...