David Diaz

Results 8 issues of David Diaz

I've prepared a simple working example of Bayesian Quantile Regression using an implementation of an AsymmetricLaplace distribution in a Colab Notebook [here](https://colab.research.google.com/drive/1h4yoaIYcDRHy6XYDtMgrUUCB0fJ1uf0v?usp=sharing). I'd like to offer this up as an...

enhancement
Tutorials/Examples

I am trying to get a Dockerfile-based build working through pangeo's binder (original issue posted [here](https://github.com/pangeo-data/cookiecutter-pangeo-binder/issues/10#issuecomment-462206222)), but am running into difficulty replicating the functionality of the start script they have...

documentation

I was able to successfully install R, but when I try to install R-essentials using conda at command prompt: ``` conda install -c r r-essentials ``` I get the following...

Updated `loss.py` and training and inference notebooks to remove deprecated functions including Variable, _assert_no_grad, etc. Confirmed notebooks work using Colab instance with GPU.

Building FVSon from source appears to be failing because the paths to the NVEL files are still listed in `FVSon_sourceList.txt` using the previously used paths: `../volume/beqinfo.inc` instead of the newer...

Working on Linux or MacOSX to build FVS from source, we can pull the source code including the NVEL submodule now using `git clone --recurse-submodules https://github.com/USDAForestService/ForestVegetationSimulator.git` and retrieve the NVEL...

Fixes #48. Updates `biomass_new.R` and `carbon_new.R` to remove columns that no longer exist in FIA databases distributed by the USFS. This allows the `rFIA::biomass` function to work as expected, but...

I am now encountering Floating-point exceptions running these keyfiles from command line for FVS built on Linux and WSL. All other US variants that we have tests like this set...