zhuyitan / IGTD

Image Generator for Tabular Data (IGTD): Converting Tabular Data to Images for Deep Learning Using Convolutional Neural Networks
MIT License
157 stars 59 forks source link

Little amount of input column #6

Open seyidcemkarakas opened 2 years ago

seyidcemkarakas commented 2 years ago

Hi !

I have a project about Binary Classification with Tabular data. Data contains 3 columns as input and 1 column as output. Also the number of rows is 6646.

image

I want bigger matrix. What I mean is because of the 3 inputs, generated images only becomes like 1-3 or 3-1. For example I want 4*4 images which generated from 3 inputs.

image

I want images like this :

image

Is there any way to do this ?

zhuyitan commented 1 year ago

The number of pixels in the image will be the same as the number of features, which is 3 in your case