Nithin Puthalath Manoj
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.
Changed up the StaticGraph base class. This feature is still in progress
**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...
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"])...