Hello Siyuan,
If you were to force an action like Feature Selection, in which stage of your DS-Agent would you do it? I'm looking to do this only for Time-Series problems. So I wonder what of these 3 choices is the best way to go:
- Modify the Time-Series examples to have this. The examples are those in the benchmarks folder.
- Modify the tasks.json to include this as an instruction.
- Build a dedicated method or class in which the Agent can rely to call each time to force this into the process.
Hello Siyuan,
If you were to force an action like Feature Selection, in which stage of your DS-Agent would you do it? I'm looking to do this only for Time-Series problems. So I wonder what of these 3 choices is the best way to go: