Padarn Wilson

Results 12 issues of Padarn Wilson

Replaces https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/pull/394 and addresses https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/issues/389 This PR is to break down the complexity of adding autoscaling: It only attempts to add a scaling mechanism that will work for standalone Jobs....

Hi all, I'm interested in autoscaling support for the operator. You can see that [ververica platform](https://www.ververica.com/blog/introducing-ververica-platform-2.2-with-autoscaling-for-apache-flink) supports this now, the mechanism I gather from their post is: 1. Monitor CPU...

This PR adds functionality to allow for multiple node types to be sampled in `NeighbourLoader`. The interface looks as was discussed in the roadmap (https://github.com/pyg-team/pytorch_geometric/issues/4765): ``` NeighbourLoader( input_nodes=[ ('paper', torch.LongTensor([0,1,2])),...

feature
1 - Priority P1
loader

### 🚀 The feature, motivation and pitch The goal of this roadmap is to understand how we might support sampling across multiple node or edge types in `NeighborLoader` and `LinkNeighborLoader`....

1 - Priority P1
loader
roadmap

I was reading the documentation here: https://pyrosm.readthedocs.io/en/latest/benchmarking.html, and specifically the comment on memory usage > The most memory consuming part currently is constructing Shapely geometries into GeoDataFrame. There might be...

enhancement
good first issue

**Describe the bug** In some pathological cases its possible for the p-value of a refuter to be `NaN`: In particular if al of the simulations return the same value. Identified...

bug

This PR adds functionality to allow for multiple node types to be sampled in `NeighbourLoader`. The interface looks as was discussed in the roadmap (https://github.com/pyg-team/pytorch_geometric/issues/4765): ``` NeighbourLoader( input_nodes=dict( paper=torch.LongTensor([0,1,2]), author=torch.LongTensor([0,1,2])...

feature
1 - Priority P1
loader

Hi there, I was just wondering if there is an easy way to use the result of soerp operations as random variables. For example ``` x=N(0,1) y=N(1,2) z=x+y ``` Then,...

Thanks for making the implementation public! Do you have a publication explaining the work? Thanks

Hi there, I see when you're merging in your `CheckerBase` you take 'Entailment' as a precedence? https://github.com/amazon-science/RefChecker/blob/64e7c34b5fd4f6af7a5227473458619a3d92ad5b/refchecker/checker/checker_base.py#L6C1-L23C21 I see there is a TODO there, but I'd have thought maybe the...