Nithin Puthalath Manoj

Results 15 issues of Nithin Puthalath Manoj

A comprehensive tutorial would be helpful for first time users of STGraph. Should be present inside our Read The Docs documentation page.

docs-todo
v1.1.0

Changed up the StaticGraph base class. This feature is still in progress

new feature

**StellarGraph** is a state-of-the-art library that provides algorithms for graph based machine learning tasks. We will be attempting to benchmark **STGraph** against **StellarGraph** and see how it performs. However, StellarGraph...

benchmarking

Was going through the methods present in the `HungaryCPDataLoader` during the dataset abstraction task and noticed the following in the `_get_targets_and_features` method **Our Version** ```python def _get_targets_and_features(self): stacked_target = np.array(self._dataset["FX"])...

help wanted