def __init__()

in src/entrypoint/gluonts_example/evaluator.py [0:0]


    def __init__(
        self,
        out_dir: os.PathLike,
        *args,
        plot_transparent: bool = False,
        gt_inverse_transform: Optional[Callable] = None,
        clip_at_zero: bool = True,
        **kwargs,