remove_params

remove_params(params: Dict[str, Any], to_remove: Set[str]) Dict[str, Any][source]

Select forecast arguments from params.

Parameters
  • params (Dict[str, Any]) –

  • to_remove (Set[str]) –

Return type

Dict[str, Any]