Questions tagged [synthetic-feature]

4 questions
0
votes
0 answers

Is there a way to artificially manipulate a dataset in order to replace it for one that gives good predictions?

I'm trying to artificially create a dataset for pure educative reasons but I want it to be based in one particular dataset, the problem is that this original dataset don't make good predictions even with the most powerful methods (with the…
0
votes
1 answer

Dataset I am working with seems to have been artificially created and the target variable has the same average value no matter the split

I am trying to run a Random Forest on a dataset that has 4 synthetic features, with distributions ranging from approximately -5 to 5. It is not possible to say what those features mean. The dataset also has product_id, customer_id, product_category…
Little L
  • 1
  • 1
0
votes
1 answer

Low-dimensional binary classification datasets

If one would like to study aspects of neural networks (say, in an academic paper), and would like to experiment on binary classification of vectors in low-dimensional space (say dim=2 or dim<6); what are standard/good datasets for that? Probably…
Sasha
  • 1
0
votes
0 answers

How to generate synthetic feature instead of synthetic image using Diffusion-based generative Model?

Is it possible to pass some extracted features from the pre-trained ResNet model to a diffusion model for training and further generate synthetic features instead of images like GAN or VAE? P.S. I tried to do so but it yielded some garbage output.