NVIDIA-Merlin / NVIDIA-Merlin/Merlin

[INF] Merlin Commons

Open
#776 3 comments 0 reactions 1 assignee View on GitHub

@EvenOldridge is already working on this.

Since Dec 21, 2022.

infrastructure roadmap
Dominant language
Python
Stars
907
Forks
129
PR merge metrics
No merged PRs in 30d

Description

Problem:

Merlin now has a bunch of libraries that need to interoperate smoothly, but a general lack of shared abstractions, conventions, and standards that would make that possible.

Goal:

  • Build a solid foundation for the Merlin libraries via improvements in Core

New Functionality

  • Core:
    • Shape in column schemas (for consistent tracking across libraries)
    • Cross-framework dtype translation (e.g. via Merlin dtypes)
    • Cross-framework data transfer via zero-copy protocols (for Columns and DictArrays -> Series and Dataframes)
    • Bespoke Merlin schema file format (i.e. a Protobuf schema for Merlin schema that isn't from Tensorflow Metadata)
  • Corresponding updates in all downstream libraries

Constraints:

  • All functionality entailed by this issue has to work in and be adoptable by all Merlin libraries

Starting Point:

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.