wbeardall
wbeardall
Currently, models utilising DenseVariational fail to save (in my experience), because of them lacking a get_config method. Is there any timeline on when this might be implemented?
# Feature request It would be very beneficial for GPFlow objects to support keras-style serialization and deserialization. The implementation for this merely requires the addition of get_config and from_config methods...
[Bug] BetaLikelihood behaviour is inconsistent with the other _OneDimensionalLikelihood subclasses.
# 🐛 Bug gpytorch.likelihoods.BetaLikelihood returns incorrect distributions when called. Instead of returning a Beta distribution of the same shape as the input distribution, it returns a Beta with size [gpytorch.settings.num_likelihood_samples.value(),...
This PR offers a solution for #551, where the standard ThreadPool implementation can return dataset pieces out of order. ## Contributions - An `OrderedThreadPool` implementation, which internally keeps track of...
Currently, if there are any NaN values in the value column passed to `xdt.ewma_by_time`, then all following values in the output are NaN (see snippet). It would be great if...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Queries to Localstack SSM endpoints with the `get-parameter` or `get-parameters` commands...
Fix to https://github.com/localstack/localstack/issues/11048 ## Motivation Adding correct validation for ARN inputs to `ssm get-parameter` and `ssm get-parameters` ## Changes Adds an internal validation method to `localstack.services.ssm.provider.SSMProvider` (`._normalize_name_or_arn`) which validates either...
# Feature Request: `facet_row` support in `px.imshow` It would be very convenient to be able to utilise the `facet_row` kwarg with `plotly.express.imshow`. ## Current Behaviour Currently, `px.imshow` only takes the...