MLBazaar / MLBazaar/MLBlocks

Add data type specification in JSON primitives and conversion functions

Open
#14 1 comment 0 reactions 1 assignee View on GitHub

@csala is already working on this.

Since Aug 17, 2018.

new feature
Dominant language
Python
Stars
124
Forks
33
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.