Page 1 of 1
Seasonal components from prophet
Posted: Wed Feb 11, 2026 1:08 am
by ErikG
Hi,
Is it possible to obtain the seasonally adjusted series and/or seasonal components from the prophet forecasting procedure?
Thanks,
Erik
NIER Sweden
Re: Seasonal components from prophet
Posted: Wed Feb 11, 2026 10:30 am
by EViews Gareth
Not currently, but I'll see if we can add a command line only feature to save them to disk so you can import the whole shebang, in the next patch.
Re: Seasonal components from prophet
Posted: Wed Feb 11, 2026 11:18 am
by EViews Gareth
Added a simple fullsave=filename option to command line prophet that will create a csv file on disk with the full prophet output.
Code: Select all
myseries.prophet(fullsave="c:/temp/prophetout.csv") myseries_f
Will be in next patch.
Re: Seasonal components from prophet
Posted: Thu Feb 19, 2026 3:42 pm
by EViews Gareth
Patch is out.