Python context module

This module provides custom tags to import python functions directly into the experiment.

When used in a experiment spec, the experiment should be loaded in EXPERIMENT environment. No in the MLDEV environment as by default.

class PythonFunction(*args, **kwargs)[исходный код]

Базовые классы: object

Use this to load a specific python function into object graph from experiment.yaml

This is a string scalar specifying a fully qualified name of the function