Replies: 1 comment 4 replies
-
It doesn't look like your data naturally converts to a graph since tables are only connected based on a 1:1 relationship. Instead, you can flatten these tables together based on |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have three different csv files, for example data
I want to use the
qualified
column as a a label and predict based on the variables given in data_dm and data_cm csv files. How to convert these three CSV into graph along with labels and do classification?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions