-
|
I have two tables However, in the generated |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
|
Hi @khazana, |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the reply @shuangwu5! Just so that I understand clearly:
|
Beta Was this translation helpful? Give feedback.
-
|
@shuangwu5 I'm still having trouble with the generated data. Here's what my
For every user, the table will contain
I expected the model to be able to understand this tabular relation...but maybe I'm not setting some field correctly? The encoding type is set to |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the message @mplatzer. Just for my understanding purpose, I split my
In the Now, I trained my generator with just An interesting thing I noticed from the logs is that for the but I don't see the correct number of rows imported for the Only 1838 rows? 🤔 And in the generated report, I see |
Beta Was this translation helpful? Give feedback.
-
|
@mplatzer thank you so much for the suggestion, it helped me find my mistake 🤦♀️ . This was my code: It turned out that |
Beta Was this translation helpful? Give feedback.


Indeed, it seems that not all records are pulled for
events_internal, and then the model is never aware of these, thus also generates too few.Might it be that the keys are not matching, or of different type? Could you please share the output of these lines: