LewisHotchkissDPUK / SynthOpt

0 stars 0 forks source link

Be able to subset data #12

Open LewisHotchkissDPUK opened 1 month ago

LewisHotchkissDPUK commented 1 month ago

Allow a subset of the original data to be randomly selected for the training. For example if you have 1 million rows, you could select just 1000 to be used for training. This will require an additional variable to be passed through to the generate_syntheticdata method

LewisHotchkissDPUK commented 1 month ago

Maybe put this in the process function instead