Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Little amount of input column #6

Open
seyidcemkarakas opened this issue Jul 17, 2022 · 1 comment
Open

Little amount of input column #6

seyidcemkarakas opened this issue Jul 17, 2022 · 1 comment

Comments

@seyidcemkarakas
Copy link

seyidcemkarakas commented Jul 17, 2022

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
Copy link
Owner

zhuyitan commented Dec 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants