Hong Jing (Jingles)
                                            Hong Jing (Jingles)
                                        
                                    That's mostly data preparation, there are many ways to do it. Your aim is to include features in `data_x_train` and `data_x_val`, before creating the PyTorch `Dataset` at line [167](https://github.com/jinglescode/time-series-forecasting-pytorch/blob/main/project.py#L167): ```...
Hello Luis, thanks for the invitation. I will join the Telegram group and check out Superalgos. Looks interesting!
Hi, thanks for checking out the project. Let's discuss each of these points. ## Improvements: Data selection Great suggestion, I have changed it to pull from these APIs: - https://www.alphavantage.co/query?function=TIME_SERIES_DAILY_ADJUSTED...
Oh yes, I got your question on the *Shifting the Ys* now. I just checked these: By logging line 97: ``` sma_vec = ComputeSMA(data_raw, window_size); console.log(sma_vec) ``` And looking at...
Thanks @brandonculver for highlighting that. That must be a bug. Feel free to reply here if you have fixed it or do a PR.
Load CLI generated keys into cardano-serialization-lib: ``` import { AppWallet } from '@martifylabs/mesh'; import { KoiosProvider } from '@martifylabs/mesh'; const blockchainProvider = new KoiosProvider(''); const wallet = new AppWallet({ networkId:...
@manupadillaph @micahkendall, Mesh latest update and working with CSL (thanks @lisicky for deploying 11.2), allows you to do minting assets with Plutus script, and you can do it like this...
@AdamMachera, a [guide](https://meshjs.dev/guides/smart-contract) on how to lock and unlock token from smart contract, datum and redeemer.
I'm not sure where you got your codes from, because the `index.html` and `index.js` in this repo does not contain the code snippet you presented. Does this [demo](https://jinglescode.github.io/textual-similarity-universal-sentence-encoder/) works for...
This is great, @abdelkrimdev will review this.