Nithin Puthalath Manoj
Nithin Puthalath Manoj
## Using the ```pcsr.Node``` object in Python Using the ```rich.inspect``` module to view the contents of an object. ```python import pcsr from rich import inspect n = pcsr.Node(2,3,4) inspect(n) ```...
## Running `test.py` Run `test.py` as follows ```bash python3 test.py ``` **Output** 
## Why this new feature Hey @wheatman 👋🏽 I've made some updates to your PCSR project that will significantly enhance its accessibility for Python users. By leveraging the power of...
Hey @wheatman 👋🏽, I hope you're doing well! I wanted to bring your attention to the pull request I submitted recently regarding the Python functionality for the PCSR project. I...
## Montevideo Bus Something similar was also noticed in **MontevideoBusDataLoader**, where we are only calculating the target and not the features. We were also not considering the lags while calculating...
## PedalMe Something similar was also noticed for PedalMe dataset in our version.
## WikiMath Noticed that there is a difference in our version when calculating the `standardized_target` array. We are also not using the lags parameter when calculating `self._all_targets`. We are also...
> Starting with the preprocess script the current time taken is as follows (noting that I've already done some optimization here for loading the file). This is from the `sx-stackoverflow`...
Hey @Leo9660 Thank you for trying out STGraph. We will look into your installation issue and get back to you very soon
Hey @Leo9660 We have recently released our latest version of **_STGraph v1.1.0_**. I would recommend you to try installing the latest version. Since you are trying to install STGraph in...