rp-bnn-claims icon indicating copy to clipboard operation
rp-bnn-claims copied to clipboard

Individual Claims Forecasting with Bayesian Mixture Density Networks

Results 11 rp-bnn-claims issues
Sort by recently updated
recently updated
newest added

could not find function "layer_distribution_lambda" file model.R I use keras 2.13.0 tensorflow 2.14.0.9000 trims

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.9.1 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hello, I'm working on individual claims reserving and your work is incredible ! Thank you so much for sharing your code. I came across an error and I can't fix...

This PR bumps the version number of the `opt-einsum` package to `3.0.1` so that the requirement can be filled. The old version `3.0.0` is no longer available [according to PyPI](https://pypi.org/project/opt-einsum/#history)....

In requirements.txt, line 14: `pkg-resources==0.0.0` I do not believe this to be a valid PyPI package number. To the original author(s), please ensure that package numbers are valid in order...

I tried to build the repo and received an error, stating that PyPI cannot find the version of `opt-einsum` at `3.0.0.`

After addressing the `renv` issue #14, I'm now having an issue with `piggyback::download()`. It worked earlier, but I'm not getting the error: ``` Error in df[update, ] : incorrect number...

Per the `renv` docs: https://rstudio.github.io/renv/articles/renv.html#infrastructure, the project should have `.Rprofile` and `renv/activate.R` added. I've also added appropriate entries to `.renv/.gitignore` and `.Rbuildignore`. This is in reference to issue #14, though...