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

Add data type specification in JSON primitives and conversion functions #14

Open
csala opened this issue May 21, 2018 · 1 comment
Open
Assignees

Comments

@csala
Copy link
Contributor

csala commented May 21, 2018

Define a standard data type for MLBlocks (pandas or numpy), and provide a way to specify whether a primitive works with this data type or needs a data conversion before or after it is used.

Also, implement conversion functions between the most common data types.

During runtime, the system should use the helper functions to convert the data types back and forth when using primitives that do not work with the standard type.
Also, the system should be smart enough to skip unnecessary conversions when passing data between blocks that support the same data type.

@csala csala added this to the 0.2.0 milestone Aug 17, 2018
@csala
Copy link
Contributor Author

csala commented Aug 17, 2018

Part of this will be covered in #43

@csala csala self-assigned this Aug 17, 2018
@csala csala removed this from the 0.2.0 milestone Aug 17, 2018
gsheni pushed a commit that referenced this issue Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant