Gabriel Tseng
Gabriel Tseng
^ I've figured out that the USA data is in bushels per acre, while the leaderboard reports tons per hectare. Using the conversion `1 bushel/acre = 67.25 (67) kilograms/hectare`, I...
Hi! Axel seems very interesting - we'll take a look! We do want to minimize the amount of dependencies in the pipeline, so we might not integrate axel straight away....
Limit is 14 years
Isn't this okay if we normalize (which we do)?
Are they so different? They have extremely different resolutions (this is only resolved at the engineering step), but the peaks in precipitation look like they are in roughly the same...
@tommylees112 , do you want me to take a look at this now, or once the tests are passing?
Hi @AndreCNF , RNNs aren't yet supported for the PyTorch DeepExplainer (A [warning](https://github.com/slundberg/shap/blob/master/shap/explainers/deep/deep_pytorch.py#L211) pops up to let you know which modules aren't supported yet: `Warning: unrecognized nn.Module: RNN`). In this...
As an additional note, using the GradientExplainer instead of theDeep Explainer should work.
Hi @raialvaro , To pretrain the model with new images, you will need to get the new images into the same format as what's described [here](https://www.nature.com/articles/sdata2016106). If you want to...
Hi! I haven't tried other methods, but I was having trouble making the histogram matching work well; alternative methods definitely make sense to experiment with.