gluonts.shell.util module#

gluonts.shell.util.forecaster_type_by_name(name: str) Type[Union[Estimator, Predictor]][source]#
gluonts.shell.util.invoke_with(fn, *args, **kwargs)[source]#

Call fn(*args, **kwargs), but only use kwargs that fn actually uses.