Nithin Puthalath Manoj

Results 15 issues of Nithin Puthalath Manoj

#### tl;dr Made the fix for `SSL: CERTIFICATE_VERIFY_FAILED` error that is encountered while downloading the dataset for each dataloader. This is fixed by passing an unverified SSL context to the...

Exposing the PCSR API using PyBind11 so that users can use PCSR in Python

Shall revamp the stgraph.benchmark_tools so that it contains more utility tools the developer can use while training their models. Shall rename it to stgraph.tools module.

Not all of our dataloaders have the functionality to return the node features - which is very important for training a model on that dataset. So we should decide to...

As of now the graph abstraction in STGraph has the following **_"base"_** classes 1. `STGraphBase` 2. `StaticGraph` 3. `DynamicGraph` `StaticGraph`and `DynamicGraph` inherits from `STGraphBase`. Whereas `NaiveGraph`, `PCSRGraph` and `GPMAGraph` inherits...

future-release

Need to add script tests for EnglandCovid dataset. Add it to the _dynamic_tgcn_dataloaders_ testpack for version _1_1_0_. This testpack is not created yet.

v1.1.0
tests-todo

Add all the docstrings and documentation for the core stgraph.compiler sub-module

future-release

Add all the docstrings and linting fixes for the classes present inside the `stgraph.graph` submodule.

docs-todo
v1.1.0

The initial page is added, but it lacks depth. Enhancements are needed to highlight STGraph's strengths. We can take inspiration from our repo README and other library documentation homepages

docs-todo
v1.1.0