Skip to content

Hide these parameters in plot_model function for time_series #1555

@moezali1

Description

@moezali1

Can we hide the following parameters from the plot_model function in pycaret.time_series:

image

scale: float = 1, ------ not applicable as we are using plotly now 
save: bool = False, -------- not applicable as you can save plotly graph through front-end
fold: Union[int, Any, NoneType] = None, ----- not applicable
fit_kwargs: Union[dict, NoneType] = None, ---- not applicable as no fitting will happen during plot_model
use_train_data: bool = False, ---- not applicable on time_series
verbose: bool = True, ------- not applicable
system: bool = True, ---------- not applicable (its used internally but user has nothing to do with this).

Thanks.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesttime_seriesTopics related to the time series

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions