I am trying to use multiple timeseries to create an input dataset for my model.
I have a couples of timeseries of the raw signal, and another timeseries that determines when my signal has completed a cycle.
These raw signals then can go into my autoencoder and I can determine if the signal is normal or not.
What is the best way to tackle this challenge and is there a tutorial out there for the same? I code in python. I find the documentation quite sparse.
I’m guessing code workspaces is the best place to do this.
It is not hosted yet. I plan to deploy it within Foundry itself. I’m having some struggles there too. For the purposes of this question, I would say it is flexible. I want to take the path of least resistance. I thought about having the data transformation happening in the model adapter - maybe that is where it should be done? I’m not sure.
I would love to run live, but as I said even getting something out there would be a success. It can be a pipeline. Which is also why I started with Code Workspaces.