The Wayback Machine - https://web.archive.org/web/20220324184403/https://github.com/topics/data-centric
Skip to content
#

data-centric

Here are 22 public repositories matching this topic...

AbhinavTuli
AbhinavTuli commented Mar 22, 2022

🚨🚨 Feature Request

  • A new implementation (Improvement, Extension)

Is your feature request related to a problem?

Currently, if a user tries to access an index that is larger than the dataset length or tensor length, an internal error is thrown which is not easy to understand.

Description of the possible solution

We can catch the error and throw a more descriptive e

enhancement good first issue
stoney95
stoney95 commented Nov 14, 2021

Context

The package is providing the fork function. This function takes multiple functions and forwards the intermediate result to every of these functions. By this multiple independet branches are created that all consume the result of the previous pipeline step.

Description

Currently the fork function is executing the branches sequentially. It would be nice to have a version that

enhancement good first issue

Improve this page

Add a description, image, and links to the data-centric topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-centric topic, visit your repo's landing page and select "manage topics."

Learn more