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

sparkml utils.py getTensorTypeFromSpark for batch inputs; buildInputDictSimple excludes StringType() #615

Open
mattoh91 opened this issue Mar 20, 2023 · 1 comment

Comments

@mattoh91
Copy link

  1. getTensorTypeFromSpark() returns tensor types of shape [1,1]: This should be updated to [None,1] to accommodate batch data input.
  2. buildInputDictSimple() only accounts for 'StringType' string dataType: This should also include for 'StringType()'
@mattoh91
Copy link
Author

Submitted PR to fix issues mentioned above.

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