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

data-abstraction

Here are 10 public repositories matching this topic...

kedro
lorenabalan
lorenabalan commented Feb 26, 2020

Description & context

Users can specify names for their nodes to identify them more easily. When a name is not explicitly specified, Kedro auto-generates a default name. You can see this in the name property on Node.
The current auto-generated name for a node looks something like this: func_name(inputs) -> outputs. (see implementation of __str__ method on the Node class)

This is

Improve this page

Add a description, image, and links to the data-abstraction 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-abstraction topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.