-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or requesttime_seriesTopics related to the time seriesTopics related to the time series
Milestone
Description
Can we hide the following parameters from the plot_model
function in pycaret.time_series
:
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 requestNew feature or requesttime_seriesTopics related to the time seriesTopics related to the time series