tods icon indicating copy to clipboard operation
tods copied to clipboard

Primitives for Random Oversampling or Undersampling of Data

Open sagarshankar opened this issue 1 year ago • 1 comments

Do any of the TODS primitives or any of the primitives within the d3m infrastructure perform Random Sampling like Undersampling or Oversampling? I have been trying to incorporate those steps within a pipeline prior to sending the data into the detection algorithm?

sagarshankar avatar Jul 12 '22 19:07 sagarshankar

Nope. At this point, we are also figuring out how to do that and see if another module is needed. Because oversampling for time series data is very different from oversampling for tabular/image data. There is a survey paper working on this. But how to incorporate that into our setting need some more investigations. Feel free to throw some ideas here. https://arxiv.org/pdf/2002.12478.pdf

lhenry15 avatar Jul 15 '22 15:07 lhenry15