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

Track the column size and the number of digits in numerical fields for the transformation of seed_input #2

Open
avsolatorio opened this issue Feb 9, 2023 · 0 comments

Comments

@avsolatorio
Copy link
Member

Note the leading zero indicating that the total number of columns is more than 9. But since we are not tracking this, the moment we use the seed_input argument, the transformation only infers from the given data and not from the data used during training.

image

image

The same is true in this case. The transformation should note that the hhsize variable has values that may exceed 10, so it should truncate the leading 0 as shown in the second image.
image

image

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

1 participant