diplomat.predictor_ops.get_predictor_settings
- diplomat.predictor_ops.get_predictor_settings(predictor: Optional[Union[List[str], str]] = None) None[source]
Gets the available/modifiable settings for a specified predictor plugin.
- Parameters
predictor – The string or list of strings being the names of the predictor plugins to view customizable settings for. If None, will print settings for all currently available predictors. Defaults to None.
- Returns
Nothing, prints to console….