pycaret.time_series.set_current_experiment#

pycaret.time_series.set_current_experiment(experiment: TSForecastingExperiment)[source]#

Set the current experiment to be used with the functional API.

experiment: TSForecastingExperiment

Experiment object to use.

Returns:

None